Skip to content

Commit 016f4cf

Browse files
lannonJohn Lannon
authored andcommitted
make subject and verb make nice: 'it…makes' not 'it...make'
1 parent dde1b29 commit 016f4cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ syntax to express your application’s components clearly and succinctly. It au
77
synchronizes data from your UI (view) with your JavaScript objects (model) through 2-way data
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. Oh yeah and it also helps with
10-
server-side communication, taming async callbacks with promises and deferreds; and make client-side
10+
server-side communication, taming async callbacks with promises and deferreds; and makes client-side
1111
navigation and deeplinking with hashbang urls or HTML5 pushState a piece of cake. The best of all:
1212
it makes development fun!
1313

0 commit comments

Comments
 (0)