From 136a42abc162a64ac57ff45417553b58a031990b Mon Sep 17 00:00:00 2001 From: Atul Shimpi Date: Mon, 3 Apr 2017 13:49:35 +0530 Subject: [PATCH] docs(README): improve vocabulary and orthography Closes #15876 Closes #15875 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c6a8dd5c369c..ea372ec0a658 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,8 @@ synchronizes data from your UI (view) with your JavaScript objects (model) throu binding. To help you structure your application better and make it easy to test, AngularJS teaches the browser how to do dependency injection and inversion of control. -It also helps with server-side communication, taming async callbacks with promises and deferreds, -and it makes client-side navigation and deeplinking with hashbang urls or HTML5 pushState a +It also helps with server-side communication, taming async callbacks with promises and deferred objects, +and it makes client-side navigation and deep linking with hashbang urls or HTML5 pushState a piece of cake. Best of all? It makes development fun! * Web site: https://angularjs.org