Skip to content

Commit

Permalink
[DOC release] Fix "Dormant" addon warning typo
Browse files Browse the repository at this point in the history
(cherry picked from commit fcf2a64)
  • Loading branch information
ctjhoa authored and chancancode committed Jun 9, 2021
1 parent e27cc92 commit 914ee4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/overrides.js
Expand Up @@ -233,7 +233,7 @@ module.exports = class Overrides {
details +=
'\nNote: Addons marked as "Dormant" does not appear to have any JavaScript files. ' +
'Therefore, even if they are using an old version ember-cli-babel, they are ' +
'unlikely to be the cuplrit of this deprecation and can likely be ignored.\n';
'unlikely to be the culprit of this deprecation and can likely be ignored.\n';
}

if (this.hasCompatibleAddons) {
Expand Down

0 comments on commit 914ee4b

Please sign in to comment.