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

Commit 37cced6

Browse files
pevjan-blockpkozlowski-opensource
authored andcommitted
docs(README.md): add missing 'you' and a comma
1 parent a66c968 commit 37cced6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
AngularJS
22
=========
33

4-
AngularJS lets you write client-side web applications as if you had a smarter browser. It lets use
5-
good old HTML (or HAML, Jade and friends!) as your template language and lets you extend HTML’s
4+
AngularJS lets you write client-side web applications as if you had a smarter browser. It lets you
5+
use good old HTML (or HAML, Jade and friends!) as your template language and lets you extend HTML’s
66
syntax to express your application’s components clearly and succinctly. It automatically
77
synchronizes data from your UI (view) with your JavaScript objects (model) through 2-way data
8-
binding. To help you structure your application better and make it easy to test AngularJS teaches
8+
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
1010
server-side communication, taming async callbacks with promises and deferreds; and make client-side
1111
navigation and deeplinking with hashbang urls or HTML5 pushState a piece of cake. The best of all:

0 commit comments

Comments
 (0)