aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/tutorial
diff options
context:
space:
mode:
authorNeil Rubens2014-01-17 13:05:03 +0900
committerCaitlin Potter2014-01-16 23:11:52 -0500
commitfced1c0c1663738885033a3aa00a02dc89bf000b (patch)
treee870fa35b09d26493bfda795de652058caba6bed /docs/content/tutorial
parent1cdcddb5cca1cfce7d5718b997d75e654b7ec3ef (diff)
downloadangular.js-fced1c0c1663738885033a3aa00a02dc89bf000b.tar.bz2
docs(tutorial): fix typo
Correction misspelling: easist -> easiest Closes #5850
Diffstat (limited to 'docs/content/tutorial')
-rw-r--r--docs/content/tutorial/step_07.ngdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/tutorial/step_07.ngdoc b/docs/content/tutorial/step_07.ngdoc
index 20355c64..0f6b83ed 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 `<script>`
+the `angular-route.js` file distributed with Angular. The easiest way to load the file is to add a `<script>`
tag to your `index.html` file as shown below.
</div>