From 569d3de8557ace90c87b78a0c655fa7b53ca3299 Mon Sep 17 00:00:00 2001 From: Simeon Willbanks Date: Wed, 2 Oct 2013 09:08:50 -0700 Subject: [PATCH] doc($sce): fix punctuation - Add missing period. --- src/ng/sce.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/ng/sce.js b/src/ng/sce.js index 577c80358c4f..7a40fbc948a4 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. *