Skip to content

Commit

Permalink
Merge pull request #23803 from Artur93gev/next
Browse files Browse the repository at this point in the history
Docs: Fix typo in the migration  doc(6 -> 7)
  • Loading branch information
kylegach authored Aug 14, 2023
2 parents 28f152e + 07492be commit d20d1db
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 @@ -1669,7 +1669,7 @@ If you're using `storiesOf` and want to restore the previous behavior, you can a
```js
module.exports = {
webpackFinal: (config) => {
config.modules.rules.push({
config.module.rules.push({
test: /\.stories\.[tj]sx?$/,
use: [
{
Expand Down

0 comments on commit d20d1db

Please sign in to comment.