From 0c7252f929c7b7d0c718c4683a712331c6b95776 Mon Sep 17 00:00:00 2001 From: johnlindquist Date: Thu, 12 Apr 2012 16:23:34 -0600 Subject: docs(ngBind): "makes make" -> "makes" --- src/ng/directive/ngBind.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ng/directive/ngBind.js') diff --git a/src/ng/directive/ngBind.js b/src/ng/directive/ngBind.js index 82402ae8..2ddd3337 100644 --- a/src/ng/directive/ngBind.js +++ b/src/ng/directive/ngBind.js @@ -14,7 +14,7 @@ * * Once scenario in which the use of `ngBind` is prefered over `{{ expression }}` binding is when * it's desirable to put bindings into template that is momentarily displayed by the browser in its - * raw state before Angular compiles it. Since `ngBind` is an element attribute, it makes make the + * raw state before Angular compiles it. Since `ngBind` is an element attribute, it makes the * bindings invisible to the user while the page is loading. * * An alternative solution to this problem would be using the -- cgit v1.2.3