Skip to content

Commit

Permalink
Merge pull request #19600 from emberjs/fix-typo
Browse files Browse the repository at this point in the history
Fix spelling mistake
  • Loading branch information
Chris Garrett authored Jun 14, 2021
2 parents 588dccb + 297cf58 commit 6c15a82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ module.exports = {
}
} else {
this.ui.writeWarnLine(
'The Ember Classic edition has been deprecated. Speciying "classic" in your package.json, or not specifying a value at all, will no longer be supported. You must explicitly set the "ember.edition" property to "octane". This warning will become an error in Ember 4.0.0.\n\nFor more information, see the deprecation guide: https://deprecations.emberjs.com/v3.x/#toc_editions-classic'
'The Ember Classic edition has been deprecated. Specifying "classic" in your package.json, or not specifying a value at all, will no longer be supported. You must explicitly set the "ember.edition" property to "octane". This warning will become an error in Ember 4.0.0.\n\nFor more information, see the deprecation guide: https://deprecations.emberjs.com/v3.x/#toc_editions-classic'
);

if (
Expand Down

0 comments on commit 6c15a82

Please sign in to comment.