docs(Angular): fix punctuation

Closes #10481
This commit is contained in:
Kevin Primat
2014-12-15 22:10:17 -08:00
committed by Pawel Kozlowski
parent e091bb7dbb
commit 0b4e150aa5

View File

@@ -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">