Skip to content

Commit 35e8844

Browse files
Merge pull request #9 from angular/master
docs(README): improve vocabulary and orthography
2 parents 9541284 + 136a42a commit 35e8844

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ synchronizes data from your UI (view) with your JavaScript objects (model) throu
88
binding. To help you structure your application better and make it easy to test, AngularJS teaches
99
the browser how to do dependency injection and inversion of control.
1010

11-
It also helps with server-side communication, taming async callbacks with promises and deferreds,
12-
and it makes client-side navigation and deeplinking with hashbang urls or HTML5 pushState a
11+
It also helps with server-side communication, taming async callbacks with promises and deferred objects,
12+
and it makes client-side navigation and deep linking with hashbang urls or HTML5 pushState a
1313
piece of cake. Best of all? It makes development fun!
1414

1515
* Web site: https://angularjs.org

0 commit comments

Comments
 (0)