Skip to content

Commit efa47f8

Browse files
MizaelGalvezBrady Isom
authored and
Brady Isom
committed
docs(tutorial/step_09): fix typos
phonecatApp module had a dot instead of semicolon
1 parent 5c4c4d3 commit efa47f8

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)