aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorChung-Min Cheng2014-03-08 10:51:03 +0900
committerPawel Kozlowski2014-03-08 18:32:32 +0100
commit1b9395ea8fd638d8999019229c3e39bf2fa8e4dd (patch)
treeac4d2454b1ed82b2e37b3a912b8f54cc5ea6efd3 /docs
parent44d160e3cebdf424c63a2e89e727b6ef70cc02ae (diff)
downloadangular.js-1b9395ea8fd638d8999019229c3e39bf2fa8e4dd.tar.bz2
docs(tutorial/step-12): correct application name
Fixed wrong app name: - phonecat -> phonecatApp, which meets the code in app.js Closes #6611
Diffstat (limited to 'docs')
-rw-r--r--docs/content/tutorial/step_12.ngdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/tutorial/step_12.ngdoc b/docs/content/tutorial/step_12.ngdoc
index 3e823a10..fa1547e3 100644
--- a/docs/content/tutorial/step_12.ngdoc
+++ b/docs/content/tutorial/step_12.ngdoc
@@ -83,7 +83,7 @@ __`app/js/app.js`.__
```js
// ...
-angular.module('phonecat', [
+angular.module('phonecatApp', [
'ngRoute',
'phonecatAnimations',