diff options
| author | commonlisp | 2013-10-12 15:05:49 -0700 | 
|---|---|---|
| committer | Pete Bacon Darwin | 2013-10-14 07:34:17 +0100 | 
| commit | 0f16b1d32e36d5c6b6551201b5421bd22cdeeaef (patch) | |
| tree | e84f76357e7bd0242dcaa488e22131de364ad644 /docs/content/tutorial/step_07.ngdoc | |
| parent | 977b482b0b9ee41fee7feb8d1016f3d86f54abc7 (diff) | |
| download | angular.js-0f16b1d32e36d5c6b6551201b5421bd22cdeeaef.tar.bz2 | |
docs(tutorial/step-07): fix typo
Closes #4390
Diffstat (limited to 'docs/content/tutorial/step_07.ngdoc')
| -rw-r--r-- | docs/content/tutorial/step_07.ngdoc | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/docs/content/tutorial/step_07.ngdoc b/docs/content/tutorial/step_07.ngdoc index ff209cef..c519751c 100644 --- a/docs/content/tutorial/step_07.ngdoc +++ b/docs/content/tutorial/step_07.ngdoc @@ -177,7 +177,7 @@ route into the layout template. This makes it a perfect fit for our `index.html`  <div class="alert alert-info">  **Note:** Starting with AngularJS version 1.2, `ngRoute` is in its own module and must be loaded by loading -the `angular-route.js` file distributed with Angular. The easist way to load the file is to add a `<scipt>` +the `angular-route.js` file distributed with Angular. The easist way to load the file is to add a `<script>`  tag to your `index.html` file as shown below.  </div> | 
