Grammar corrections

withe the the => with the
This commit is contained in:
Zachary Raineri 2020-12-14 04:40:18 -06:00 committed by GitHub
parent 8b7efa28c5
commit efeaabcec4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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'],