From 05fa20df81edc9a3d693414c2f5a2a55843e18df Mon Sep 17 00:00:00 2001 From: Godmar Back Date: Wed, 5 Sep 2012 10:28:42 -0400 Subject: docs(module): fixed module example and corrected typos --- docs/content/tutorial/step_02.ngdoc | 2 +- docs/content/tutorial/step_03.ngdoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/content/tutorial') diff --git a/docs/content/tutorial/step_02.ngdoc b/docs/content/tutorial/step_02.ngdoc index ddb04130..2b431dbc 100644 --- a/docs/content/tutorial/step_02.ngdoc +++ b/docs/content/tutorial/step_02.ngdoc @@ -61,7 +61,7 @@ repeater tells Angular to create a `
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`:__
-We added a standard HTML `` tag and used angular's
+We added a standard HTML `` 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.
--
cgit v1.2.3