Skip to content

Commit b9d77d4

Browse files
cchungminIgorMinar
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 96f94d4 commit b9d77d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/content/tutorial/step_12.ngdoc

Lines changed: 1 addition & 1 deletion
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)