From 7b8968f88eb91126adc76fdef998ec2679a2c411 Mon Sep 17 00:00:00 2001 From: b0ri5 Date: Fri, 6 Mar 2015 21:22:22 -0800 Subject: [PATCH] docs(tutorial/0 - Bootstrapping): Add a "the" before "imperative / manual way" I'm assuming "imperative / manual" is modifying "way" in which case I think "the" is needed. I don't really know grammar, but as a native speaker it sounds odd without "the". --- docs/content/tutorial/step_00.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/tutorial/step_00.ngdoc b/docs/content/tutorial/step_00.ngdoc index c56fb3761f60..c945252b6844 100644 --- a/docs/content/tutorial/step_00.ngdoc +++ b/docs/content/tutorial/step_00.ngdoc @@ -111,7 +111,7 @@ being the element on which the `ngApp` directive was defined. ## Bootstrapping AngularJS apps Bootstrapping AngularJS apps automatically using the `ngApp` directive is very easy and suitable -for most cases. In advanced cases, such as when using script loaders, you can use +for most cases. In advanced cases, such as when using script loaders, you can use the {@link guide/bootstrap imperative / manual way} to bootstrap the app. There are 3 important things that happen during the app bootstrap: