Skip to content

Commit

Permalink
Merge pull request #13443 from zraineri/patch-1
Browse files Browse the repository at this point in the history
Grammar corrections
  • Loading branch information
ghengeveld authored Dec 14, 2020
2 parents 8b7efa2 + efeaabc commit 79346d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MIGRATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ Please also file an issue if you need to opt out. We plan to remove the legacy r

In 6.1 we introduced an unintentional breaking change to `addon-backgrounds`.

The addon uses decorators which are set up automatically by a preset. The required preset is ignored if you register the addon in `main.js` withe the the `/register` entry point. This used to be valid in `v6.0.x` and earlier:
The addon uses decorators which are set up automatically by a preset. The required preset is ignored if you register the addon in `main.js` with the `/register` entry point. This used to be valid in `v6.0.x` and earlier:
```js
module.exports = {
stories: ['../**/*.stories.js'],
Expand Down

0 comments on commit 79346d2

Please sign in to comment.