docs(tutorial/index): fix typo

This commit is contained in:
Anuj More
2014-06-03 15:15:49 +05:30
committed by Brian Ford
parent 575b197c27
commit 847b9705cb

View File

@@ -18,7 +18,7 @@ extensions or plug-ins:
* See examples of how to use client-side data binding to build dynamic views of data that change
immediately in response to user actions.
* See how Angular keeps your views in synch with your data without the need for DOM manipulation.
* See how Angular keeps your views in sync with your data without the need for DOM manipulation.
* Learn a better, easier way to test your web apps, with Karma and Protractor.
* Learn how to use dependency injection and services to make common web tasks, such as getting data
into your app, easier.