From b3405147a6717a5672ef97511a2e165fe9161239 Mon Sep 17 00:00:00 2001 From: brettcannon Date: Wed, 18 Jul 2012 16:38:39 -0300 Subject: [PATCH 1/2] Remove a redundant "in". --- docs/content/tutorial/step_03.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/tutorial/step_03.ngdoc b/docs/content/tutorial/step_03.ngdoc index d0ffb316d5b0..8d9620ffc910 100644 --- a/docs/content/tutorial/step_03.ngdoc +++ b/docs/content/tutorial/step_03.ngdoc @@ -150,7 +150,7 @@ and title elements: Be sure to *remove* the `ng-controller` declaration from the body element. - While using double curlies works fine in within the title element, you might have noticed that + While using double curlies works fine within the title element, you might have noticed that for a split second they are actually displayed to the user while the page is loading. A better solution would be to use the {@link api/ng.directive:ngBind ngBind} or {@link api/ng.directive:ngBindTemplate From 620023f386f108ff50d99b51bd86de95f4aac3b9 Mon Sep 17 00:00:00 2001 From: brettcannon Date: Thu, 19 Jul 2012 12:10:38 -0300 Subject: [PATCH 2/2] Add a missing "the". --- docs/content/tutorial/step_07.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/tutorial/step_07.ngdoc b/docs/content/tutorial/step_07.ngdoc index 01c58c13aa0b..b7c1b1b7168a 100644 --- a/docs/content/tutorial/step_07.ngdoc +++ b/docs/content/tutorial/step_07.ngdoc @@ -155,7 +155,7 @@ __`app/index.html`:__ Note that we removed most of the code in the `index.html` template and replaced it with a single -line containing a div with `ng-view` attribute. The code that we removed was placed into the +line containing a div with the `ng-view` attribute. The code that we removed was placed into the `phone-list.html` template: __`app/partials/phone-list.html`:__