Skip to content

Commit

Permalink
Merge pull request emberjs#4971 from aellispierce/ae-fix-typo
Browse files Browse the repository at this point in the history
Fix typo in function call
  • Loading branch information
bmac authored May 4, 2017
2 parents b9f7e01 + c6eab01 commit 3caf214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ module.exports = {
this._forceBowerUsage = true;

var emberDataBower = checker.for('ember-data', 'bower');
var emberDataBowerWithShimsIncluded = emberDataBower.satisifies('>= 2.3.0-beta.3');
var emberDataBowerWithShimsIncluded = emberDataBower.satisfies('>= 2.3.0-beta.3');

if (hasShims && !shimsHasEmberDataShims && !emberDataBowerWithShimsIncluded) {
throw new SilentError('Using a version of ember-cli-shims greater than or equal to 0.1.0 will cause errors while loading Ember Data < 2.3.0-beta.3 Please update ember-cli-shims from ' + shims.version + ' to 0.0.6');
Expand Down

0 comments on commit 3caf214

Please sign in to comment.