Skip to content

Commit

Permalink
Merge pull request #19596 from ctjhoa/patch-1
Browse files Browse the repository at this point in the history
[DOC release] Fix "Dormant" addon warning typo
  • Loading branch information
rwjblue committed Jun 9, 2021
2 parents b6948fb + fcf2a64 commit c3160f8
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 c3160f8

Please sign in to comment.