aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/tutorial/step_09.ngdoc
diff options
context:
space:
mode:
authorFernando Correia2012-07-15 13:18:42 -0300
committerMisko Hevery2012-08-30 22:38:54 -0700
commit92304323b10d2917abca2f38598e34c7b41f92a2 (patch)
tree63d3a10636dd02993d6185c525cdc12e0b4bf3f2 /docs/content/tutorial/step_09.ngdoc
parentc28123a8727904d0febe509f9c81e8b54471ccb6 (diff)
downloadangular.js-92304323b10d2917abca2f38598e34c7b41f92a2.tar.bz2
docs(tutorial): correct typos and clarify a few sections
Diffstat (limited to 'docs/content/tutorial/step_09.ngdoc')
-rw-r--r--docs/content/tutorial/step_09.ngdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/tutorial/step_09.ngdoc b/docs/content/tutorial/step_09.ngdoc
index d81e17bc..09499fa8 100644
--- a/docs/content/tutorial/step_09.ngdoc
+++ b/docs/content/tutorial/step_09.ngdoc
@@ -15,7 +15,7 @@ Navigate to one of the detail pages.
In the previous step, the details page displayed either "true" or "false" to indicate whether
certain phone features were present or not. We have used a custom filter to convert those text
-strings into glyphs: ✓ for "true", and ✘ for "false". Let's see, what the filter code looks like.
+strings into glyphs: ✓ for "true", and ✘ for "false". Let's see what the filter code looks like.
The most important changes are listed below. You can see the full diff on {@link
https://github.com/angular/angular-phonecat/compare/step-8...step-9