Skip to content

Commit

Permalink
docs(Angular): fix punctuation
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Primat authored and pkozlowski-opensource committed Dec 16, 2014
1 parent e091bb7 commit 0b4e150
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Angular.js
Original file line number Diff line number Diff line change
Expand Up @@ -1176,7 +1176,7 @@ function getNgAttribute(element, ngAttr) {
* document would not be compiled, the `AppController` would not be instantiated and the `{{ a+b }}`
* would not be resolved to `3`.
*
* `ngApp` is the easiest, and most common, way to bootstrap an application.
* `ngApp` is the easiest, and most common way to bootstrap an application.
*
<example module="ngAppDemo">
<file name="index.html">
Expand Down

0 comments on commit 0b4e150

Please sign in to comment.