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

Commit 7fec4ba

Browse files
Simeon Willbankspetebacondarwin
Simeon Willbanks
authored andcommittedOct 3, 2013
docs($sce): fix punctuation
Closes #4235
1 parent 2c00476 commit 7fec4ba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎src/ng/sce.js

+3-3
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)
This repository has been archived.