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

Commit fea8240

Browse files
rgksuganpetebacondarwin
authored andcommitted
docs($sce): fix typo
Closes #13030
1 parent 3d2b1be commit fea8240

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
@@ -484,7 +484,7 @@ function $SceDelegateProvider() {
484484
* By default, Angular only loads templates from the same domain and protocol as the application
485485
* document. This is done by calling {@link ng.$sce#getTrustedResourceUrl
486486
* $sce.getTrustedResourceUrl} on the template URL. To load templates from other domains and/or
487-
* protocols, you may either either {@link ng.$sceDelegateProvider#resourceUrlWhitelist whitelist
487+
* protocols, you may either {@link ng.$sceDelegateProvider#resourceUrlWhitelist whitelist
488488
* them} or {@link ng.$sce#trustAsResourceUrl wrap it} into a trusted value.
489489
*
490490
* *Please note*:

0 commit comments

Comments
 (0)