diff options
| author | Pete Bacon Darwin | 2013-10-03 11:58:47 +0100 | 
|---|---|---|
| committer | Pete Bacon Darwin | 2013-10-03 11:58:47 +0100 | 
| commit | 0f7237d764f37ab9916fc9b8ecb7d8cd5b6adf98 (patch) | |
| tree | 9c28d15b5790e3db4a4ccc47903909b980fa68bb /docs/content/tutorial/step_09.ngdoc | |
| parent | 575f63ac508a988e0c0ecbf93f62ea6f4bab13c0 (diff) | |
| download | angular.js-0f7237d764f37ab9916fc9b8ecb7d8cd5b6adf98.tar.bz2 | |
docs(tutorial): improve wording and consistency
Diffstat (limited to 'docs/content/tutorial/step_09.ngdoc')
| -rw-r--r-- | docs/content/tutorial/step_09.ngdoc | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/docs/content/tutorial/step_09.ngdoc b/docs/content/tutorial/step_09.ngdoc index a6c4585c..da807875 100644 --- a/docs/content/tutorial/step_09.ngdoc +++ b/docs/content/tutorial/step_09.ngdoc @@ -45,7 +45,7 @@ our main `phonecat` module.  __`app/js/app.js`:__  <pre>  ... -angular.module('phonecat', ['phonecatFilters']). +angular.module('phonecatApp', ['phonecatFilters']).  ...  </pre> | 
