From 4c5850195699b1d982963f25399d24bf8b815f81 Mon Sep 17 00:00:00 2001 From: Rishabh Rao Date: Mon, 2 Jul 2012 14:36:12 +0530 Subject: fix(docs): Fixed typo: changed `ngRepeate` to `ngRepeat`. --- docs/content/tutorial/step_03.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/content/tutorial/step_03.ngdoc') diff --git a/docs/content/tutorial/step_03.ngdoc b/docs/content/tutorial/step_03.ngdoc index a08561f9..b5c943bc 100644 --- a/docs/content/tutorial/step_03.ngdoc +++ b/docs/content/tutorial/step_03.ngdoc @@ -56,7 +56,7 @@ __`app/index.html`:__ We added a standard HTML `` tag and used angular's {@link api/ng.filter:filter $filter} function to process the input for the -`ngRepeate` directive. +`ngRepeat` directive. This lets a user enter search criteria and immediately see the effects of their search on the phone list. This new code demonstrates the following: -- cgit v1.2.3