Skip to content

Commit 1b9395e

Browse files
cchungminpkozlowski-opensource
authored andcommitted
docs(tutorial/step-12): correct application name
Fixed wrong app name: - phonecat -> phonecatApp, which meets the code in app.js Closes angular#6611
1 parent 44d160e commit 1b9395e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/tutorial/step_12.ngdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ __`app/js/app.js`.__
8383

8484
```js
8585
// ...
86-
angular.module('phonecat', [
86+
angular.module('phonecatApp', [
8787
'ngRoute',
8888

8989
'phonecatAnimations',

0 commit comments

Comments
 (0)