Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit abf8767

Browse files
b0ri5Narretz
authored andcommitted
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". Closes #11269
1 parent 248b036 commit abf8767

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/tutorial/step_00.ngdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ being the element on which the `ngApp` directive was defined.
111111
## Bootstrapping AngularJS apps
112112

113113
Bootstrapping AngularJS apps automatically using the `ngApp` directive is very easy and suitable
114-
for most cases. In advanced cases, such as when using script loaders, you can use
114+
for most cases. In advanced cases, such as when using script loaders, you can use the
115115
{@link guide/bootstrap imperative / manual way} to bootstrap the app.
116116

117117
There are 3 important things that happen during the app bootstrap:

0 commit comments

Comments
 (0)