From 0b4e150aa5d1e1e138565dceb488b33b7f877db3 Mon Sep 17 00:00:00 2001 From: Kevin Primat Date: Mon, 15 Dec 2014 22:10:17 -0800 Subject: [PATCH] docs(Angular): fix punctuation Closes #10481 --- src/Angular.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Angular.js b/src/Angular.js index aeba39c38d19..80d3a9cdd94e 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. *