diff options
| author | Matt Rohrer | 2012-09-26 15:30:55 +0200 |
|---|---|---|
| committer | Brian Ford | 2013-01-17 19:36:14 -0500 |
| commit | d4312b731a6d795f1afef83cccd4ec1a5a11e0e4 (patch) | |
| tree | d895b06904eb7dcd2c7ee05e4d2cd88c46bc0439 /docs/content/tutorial | |
| parent | 66f051386e153f10bd2751a7cafb61404799adee (diff) | |
| download | angular.js-d4312b731a6d795f1afef83cccd4ec1a5a11e0e4.tar.bz2 | |
docs(guide): minor grammar fixes
Diffstat (limited to 'docs/content/tutorial')
| -rw-r--r-- | docs/content/tutorial/step_01.ngdoc | 4 | ||||
| -rw-r--r-- | docs/content/tutorial/step_07.ngdoc | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/content/tutorial/step_01.ngdoc b/docs/content/tutorial/step_01.ngdoc index a664c951..82a2e83e 100644 --- a/docs/content/tutorial/step_01.ngdoc +++ b/docs/content/tutorial/step_01.ngdoc @@ -5,8 +5,8 @@ <ul doc-tutorial-nav="1"></ul> -In order to illustrate how angular enhances standard HTML, you will create a purely *static* HTML -page and then examine how we can turn this HTML code into a template that angular will use to +In order to illustrate how Angular enhances standard HTML, you will create a purely *static* HTML +page and then examine how we can turn this HTML code into a template that Angular will use to dynamically display the same result with any set of data. In this step you will add some basic information about two cell phones to an HTML page. diff --git a/docs/content/tutorial/step_07.ngdoc b/docs/content/tutorial/step_07.ngdoc index 820874cc..c13c8911 100644 --- a/docs/content/tutorial/step_07.ngdoc +++ b/docs/content/tutorial/step_07.ngdoc @@ -46,7 +46,7 @@ history (back and forward navigation) and bookmarks. ### A Note About DI, Injector and Providers -As you {@link tutorial/step_05 noticed}, {@link guide/di dependency injection} is the core feature of +As you {@link tutorial/step_05 noticed}, {@link guide/di dependency injection} (DI) is the core feature of AngularJS, so it's important for you to understand a thing or two about how it works. When the application bootstraps, Angular creates an injector that will be used for all DI stuff in |
