Skip to content

Commit 5a13cac

Browse files
eeeqxxtggkalpak
authored andcommitted
docs(changelog): fix typo (resourceUrlWhiteList --> resourceUrlWhitelist)
Closes angular#15809
1 parent 28bad72 commit 5a13cac

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1156,7 +1156,7 @@ You configure this list in a module configuration block:
11561156

11571157
```js
11581158
appModule.config(['$sceDelegateProvider', function($sceDelegateProvider) {
1159-
$sceDelegateProvider.resourceUrlWhiteList([
1159+
$sceDelegateProvider.resourceUrlWhitelist([
11601160
// Allow same origin resource loads.
11611161
'self',
11621162
// Allow JSONP calls that match this pattern
@@ -2567,7 +2567,7 @@ You configure this list in a module configuration block:
25672567

25682568
```js
25692569
appModule.config(['$sceDelegateProvider', function($sceDelegateProvider) {
2570-
$sceDelegateProvider.resourceUrlWhiteList([
2570+
$sceDelegateProvider.resourceUrlWhitelist([
25712571
// Allow same origin resource loads.
25722572
'self',
25732573
// Allow JSONP calls that match this pattern

docs/content/guide/migration.ngdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,7 @@ trust a URL:
588588

589589
```js
590590
appModule.config(['$sceDelegateProvider', function($sceDelegateProvider) {
591-
$sceDelegateProvider.resourceUrlWhiteList([
591+
$sceDelegateProvider.resourceUrlWhitelist([
592592
// Allow same origin resource loads.
593593
'self',
594594
// Allow JSONP calls that match this pattern

0 commit comments

Comments
 (0)