Skip to content

Commit 23ea071

Browse files
authored
docs Fixes angular#15875
1 parent f403925 commit 23ea071

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)