From 847b9705cbed7b2bd9511d584238b8fc3bc7a159 Mon Sep 17 00:00:00 2001 From: Anuj More Date: Tue, 3 Jun 2014 15:15:49 +0530 Subject: [PATCH] docs(tutorial/index): fix typo --- docs/content/tutorial/index.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/tutorial/index.ngdoc b/docs/content/tutorial/index.ngdoc index b9f8e699..423bba13 100644 --- a/docs/content/tutorial/index.ngdoc +++ b/docs/content/tutorial/index.ngdoc @@ -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.