From a57141fd1d24962982e512c65e0e16d9b5edefe4 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 25 Apr 2012 19:33:04 +0200 Subject: docs(guide): correct couple of typos --- docs/content/tutorial/step_00.ngdoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/content/tutorial') diff --git a/docs/content/tutorial/step_00.ngdoc b/docs/content/tutorial/step_00.ngdoc index b6a367e9..92f60991 100644 --- a/docs/content/tutorial/step_00.ngdoc +++ b/docs/content/tutorial/step_00.ngdoc @@ -204,7 +204,7 @@ being the element on which the `ngApp` directive was defined. evaluated by Angular in the context of the current model scope, rather than within the scope of the global context (`window`). - As expected, once this template is processed by Angular, the html page will contains text: + As expected, once this template is processed by Angular, the html page contains the text: "Nothing here yet!". ## Bootstrapping AngularJS apps @@ -226,7 +226,7 @@ There are 3 important things that happen during the app bootstrap: Once an application is bootstrapped, it will then wait for incoming browser events (such as mouse -click, key press or incoming HTTP response) that might change the model. Once such event occurs, +click, key press or incoming HTTP response) that might change the model. Once such an event occurs, Angular detects if it caused any model changes and if changes are found, Angular will reflect them in the view by updating all of the affected bindings. -- cgit v1.2.3