aboutsummaryrefslogtreecommitdiffstats
path: root/src/ng/sce.js
diff options
context:
space:
mode:
authorSimeon Willbanks2013-10-02 09:08:50 -0700
committerPete Bacon Darwin2013-10-03 23:20:58 +0100
commit7fec4bae804934ea17f62e190081ea66de450b31 (patch)
tree1f264a33f6fe8689cf1e43766c883468648dea78 /src/ng/sce.js
parent2c00476baeecc55fbfb4df167858c9ac3b0ed314 (diff)
downloadangular.js-7fec4bae804934ea17f62e190081ea66de450b31.tar.bz2
docs($sce): fix punctuation
Closes #4235
Diffstat (limited to 'src/ng/sce.js')
-rw-r--r--src/ng/sce.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ng/sce.js b/src/ng/sce.js
index 577c8035..7a40fbc9 100644
--- a/src/ng/sce.js
+++ b/src/ng/sce.js
@@ -404,9 +404,9 @@ function $SceDelegateProvider() {
* # Strict Contextual Escaping
*
* Strict Contextual Escaping (SCE) is a mode in which AngularJS requires bindings in certain
- * contexts to result in a value that is marked as safe to use for that context One example of such
- * a context is binding arbitrary html controlled by the user via `ng-bind-html`. We refer to these
- * contexts as privileged or SCE contexts.
+ * contexts to result in a value that is marked as safe to use for that context. One example of
+ * such a context is binding arbitrary html controlled by the user via `ng-bind-html`. We refer
+ * to these contexts as privileged or SCE contexts.
*
* As of version 1.2, Angular ships with SCE enabled by default.
*