diff --git a/src/Angular.js b/src/Angular.js index aeba39c3..80d3a9cd 100644 --- a/src/Angular.js +++ b/src/Angular.js @@ -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. *