Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit e57d5b8

Browse files
jdavisp3petebacondarwin
authored andcommittedOct 24, 2013
docs(ngNonBindable): fix punctuation
Closes #4424
1 parent e690eaa commit e57d5b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/ng/directive/ngNonBindable.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* The `ngNonBindable` directive tells Angular not to compile or bind the contents of the current
1111
* DOM element. This is useful if the element contains what appears to be Angular directives and
1212
* bindings but which should be ignored by Angular. This could be the case if you have a site that
13-
* displays snippets of code. for instance.
13+
* displays snippets of code, for instance.
1414
*
1515
* @element ANY
1616
*

0 commit comments

Comments
 (0)
This repository has been archived.