Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 136a42a

Browse files
atul-shimpiNarretz
authored andcommitted
docs(README): improve vocabulary and orthography
Closes #15876 Closes #15875
1 parent 06516d7 commit 136a42a

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)