Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

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 #6611
1 parent 96f94d4 commit b9d77d4

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)