From db9554e3fd3b998ace62b2760305d4deb6ab8e35 Mon Sep 17 00:00:00 2001 From: Sugan Krishnan Date: Wed, 7 Oct 2015 16:39:36 +0530 Subject: [PATCH] docs($sce): typo --- src/ng/sce.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ng/sce.js b/src/ng/sce.js index f67abfc0c517..fb7db21360eb 100644 --- a/src/ng/sce.js +++ b/src/ng/sce.js @@ -489,7 +489,7 @@ function $SceDelegateProvider() { * By default, Angular only loads templates from the same domain and protocol as the application * document. This is done by calling {@link ng.$sce#getTrustedResourceUrl * $sce.getTrustedResourceUrl} on the template URL. To load templates from other domains and/or - * protocols, you may either either {@link ng.$sceDelegateProvider#resourceUrlWhitelist whitelist + * protocols, you may either {@link ng.$sceDelegateProvider#resourceUrlWhitelist whitelist * them} or {@link ng.$sce#trustAsResourceUrl wrap it} into a trusted value. * * *Please note*: