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

Commit 6ac6621

Browse files
MizaelGalvezlefos987
authored andcommitted
docs(tutorial/step_09): fix typos
phonecatApp module had a dot instead of semicolon
1 parent 39335d9 commit 6ac6621

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/tutorial/step_09.ngdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ __`app/js/app.js`:__
3939

4040
```js
4141
...
42-
angular.module('phonecatApp', ['ngRoute','phonecatControllers','phonecatFilters']).
42+
angular.module('phonecatApp', ['ngRoute','phonecatControllers','phonecatFilters']);
4343
...
4444
```
4545

0 commit comments

Comments
 (0)