aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/tutorial/step_03.ngdoc
diff options
context:
space:
mode:
authorGodmar Back2012-09-05 10:28:42 -0400
committerMisko Hevery2012-09-06 16:06:23 -0700
commit0472c5f07ec08b81b6cd0dee3743cc33cbe606b3 (patch)
tree86d19cd25b1f0fbfe0d86647a148ba58e335d28f /docs/content/tutorial/step_03.ngdoc
parent92558fe4119fb1ee793d781de1888abef181c7f6 (diff)
downloadangular.js-0472c5f07ec08b81b6cd0dee3743cc33cbe606b3.tar.bz2
docs(module): fixed module example and corrected typos
Diffstat (limited to 'docs/content/tutorial/step_03.ngdoc')
-rw-r--r--docs/content/tutorial/step_03.ngdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/tutorial/step_03.ngdoc b/docs/content/tutorial/step_03.ngdoc
index 18d0fca9..1dc5bbca 100644
--- a/docs/content/tutorial/step_03.ngdoc
+++ b/docs/content/tutorial/step_03.ngdoc
@@ -54,7 +54,7 @@ __`app/index.html`:__
</div>
</pre>
-We added a standard HTML `<input>` tag and used angular's
+We added a standard HTML `<input>` tag and used Angular's
{@link api/ng.filter:filter $filter} function to process the input for the
{@link api/ng.directive:ngRepeat ngRepeat} directive.