Skip to content

Commit 437fe08

Browse files
Simeon Willbanksjamesdaily
Simeon Willbanks
authored andcommitted
docs($sce): fix punctuation
Closes angular#4235
1 parent 89f9093 commit 437fe08

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/ng/sce.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -404,9 +404,9 @@ function $SceDelegateProvider() {
404404
* # Strict Contextual Escaping
405405
*
406406
* Strict Contextual Escaping (SCE) is a mode in which AngularJS requires bindings in certain
407-
* contexts to result in a value that is marked as safe to use for that context One example of such
408-
* a context is binding arbitrary html controlled by the user via `ng-bind-html`. We refer to these
409-
* contexts as privileged or SCE contexts.
407+
* contexts to result in a value that is marked as safe to use for that context. One example of
408+
* such a context is binding arbitrary html controlled by the user via `ng-bind-html`. We refer
409+
* to these contexts as privileged or SCE contexts.
410410
*
411411
* As of version 1.2, Angular ships with SCE enabled by default.
412412
*

0 commit comments

Comments
 (0)