diff options
| author | Dave Peticolas | 2013-10-14 21:21:00 -0700 |
|---|---|---|
| committer | Pete Bacon Darwin | 2013-10-24 21:08:42 +0100 |
| commit | e57d5b89caac88a11696e88ccdd5404f77663447 (patch) | |
| tree | 1eb8758785a6e2150084577bf022f09774447a3f /src/ng | |
| parent | e690eaae532e4f8670e05e53a968693c8f33ebda (diff) | |
| download | angular.js-e57d5b89caac88a11696e88ccdd5404f77663447.tar.bz2 | |
docs(ngNonBindable): fix punctuation
Closes #4424
Diffstat (limited to 'src/ng')
| -rw-r--r-- | src/ng/directive/ngNonBindable.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ng/directive/ngNonBindable.js b/src/ng/directive/ngNonBindable.js index 59977483..473b416b 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 * |
