From 6374550a3021c61a1f9e9629c60010f6b852f1cf Mon Sep 17 00:00:00 2001 From: Dave Peticolas Date: Mon, 14 Oct 2013 21:21:00 -0700 Subject: [PATCH] docs(ngNonBindable): punctuation --- src/ng/directive/ngNonBindable.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ng/directive/ngNonBindable.js b/src/ng/directive/ngNonBindable.js index 59977483aa83..473b416b8cde 100644 --- a/src/ng/directive/ngNonBindable.js +++ b/src/ng/directive/ngNonBindable.js @@ -10,7 +10,7 @@ * The `ngNonBindable` directive tells Angular not to compile or bind the contents of the current * DOM element. This is useful if the element contains what appears to be Angular directives and * bindings but which should be ignored by Angular. This could be the case if you have a site that - * displays snippets of code. for instance. + * displays snippets of code, for instance. * * @element ANY *