Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit b1559be

Browse files
aminRXIgorMinar
authored andcommitted
docs(tutorial): fix typos in examples
The phonecatApp and phonecatAnimations modules have a dot where a semicolon should be at the end of the sentence Closes #7167
1 parent 8570585 commit b1559be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/content/tutorial/step_12.ngdoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ with `ngResource`.
113113
__`app/js/animations.js`.__
114114

115115
```js
116-
angular.module('phonecatAnimations', ['ngAnimate']).
116+
angular.module('phonecatAnimations', ['ngAnimate']);
117117
// ...
118118
// this module will later be used to define animations
119119
// ...
@@ -132,7 +132,7 @@ angular.module('phonecatApp', [
132132
'phonecatControllers',
133133
'phonecatFilters',
134134
'phonecatServices',
135-
]).
135+
]);
136136
// ...
137137
```
138138

0 commit comments

Comments
 (0)