diff options
Diffstat (limited to 'docs/content/tutorial/index.ngdoc')
| -rw-r--r-- | docs/content/tutorial/index.ngdoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/content/tutorial/index.ngdoc b/docs/content/tutorial/index.ngdoc index eb4c7e11..68793134 100644 --- a/docs/content/tutorial/index.ngdoc +++ b/docs/content/tutorial/index.ngdoc @@ -18,9 +18,9 @@ use of extensions or plugins. * You will see examples of how to use client-side data binding and dependency injection to build dynamic views of data that change immediately in response to user actions. -* You will see how Angular creates listeners on your data without the need for DOM manipulation. +* You will see how angular creates listeners on your data without the need for DOM manipulation. * You will learn a better, easier way to test your web apps. -* You will learn how to use Angular services to make common web tasks, such as getting data into +* You will learn how to use angular services to make common web tasks, such as getting data into your app, easier. |
