docs(tutorial/step_09): fix typos

phonecatApp module had a dot instead of semicolon
This commit is contained in:
@MizaelGalvez
2014-04-22 02:36:05 -07:00
committed by Lefteris Paraskevas
parent 39335d96d3
commit 6ac6621661

View File

@@ -39,7 +39,7 @@ __`app/js/app.js`:__
```js
...
angular.module('phonecatApp', ['ngRoute','phonecatControllers','phonecatFilters']).
angular.module('phonecatApp', ['ngRoute','phonecatControllers','phonecatFilters']);
...
```