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

Commit 74ed286

Browse files
rgksuganpetebacondarwin
authored andcommitted
docs($sce): fix typo
Closes #13030
1 parent 4ad0ca1 commit 74ed286

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/sce.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@ function $SceDelegateProvider() {
489489
* By default, Angular only loads templates from the same domain and protocol as the application
490490
* document. This is done by calling {@link ng.$sce#getTrustedResourceUrl
491491
* $sce.getTrustedResourceUrl} on the template URL. To load templates from other domains and/or
492-
* protocols, you may either either {@link ng.$sceDelegateProvider#resourceUrlWhitelist whitelist
492+
* protocols, you may either {@link ng.$sceDelegateProvider#resourceUrlWhitelist whitelist
493493
* them} or {@link ng.$sce#trustAsResourceUrl wrap it} into a trusted value.
494494
*
495495
* *Please note*:

0 commit comments

Comments
 (0)