Skip to content

Commit

Permalink
Fixing tiny typo in deprecation-warning (#277)
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielCousin authored Dec 27, 2021
1 parent 130c274 commit 5c5920f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ function calculateConfig(environment, ownConfig, runConfig, ui) {
'Configuring ember-cli-content-security-policy using `contentSecurityPolicy`, ' +
'`contentSecurityPolicyHeader` and `contentSecurityPolicyMeta` keys in `config/environment.js` ' +
'is deprecate and will be removed in v3.0.0. ember-cli-content-security-policy is now configured ' +
'using `config/content-security-polic.js`. Please find detailed information about this change ' +
'using `config/content-security-policy.js`. Please find detailed information about this change ' +
'and recommended migration steps in deprecation guide at ' +
'https://github.com/rwjblue/ember-cli-content-security-policy/blob/master/DEPRECATIONS.md.',
!runConfig.contentSecurityPolicy ||
Expand Down

0 comments on commit 5c5920f

Please sign in to comment.