From 1b9395ea8fd638d8999019229c3e39bf2fa8e4dd Mon Sep 17 00:00:00 2001 From: Chung-Min Cheng Date: Sat, 8 Mar 2014 10:51:03 +0900 Subject: docs(tutorial/step-12): correct application name Fixed wrong app name: - phonecat -> phonecatApp, which meets the code in app.js Closes #6611 --- docs/content/tutorial/step_12.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/content') 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', -- cgit v1.2.3