Skip to content

Commit

Permalink
docs(tutorial/step-12): correct application name
Browse files Browse the repository at this point in the history
Fixed wrong app name:
- phonecat -> phonecatApp, which meets the code in app.js

Closes angular#6611
  • Loading branch information
cchungmin authored and pkozlowski-opensource committed Mar 8, 2014
1 parent 44d160e commit 1b9395e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/tutorial/step_12.ngdoc
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 83,7 @@ __`app/js/app.js`.__

```js
// ...
angular.module('phonecat', [
angular.module('phonecatApp', [
'ngRoute',

'phonecatAnimations',
Expand Down

0 comments on commit 1b9395e

Please sign in to comment.