[Fix] Tyop in storybook-main-enable-transcludemarkdown.js.mdx

- Fix to code snippets in "https://storybook.js.org/docs/7.0/react/writing-docs/mdx"
- Fix typo storybook-main-enable-transcludemarkdown.js.mdx
This commit is contained in:
saseungmin 2022-05-29 00:21:46 +09:00
parent 44f7a2a032
commit dc497289e5

View File

@ -1,3 +1,4 @@
```js
// .storybook/main.js|ts
module.exports = {
@ -17,4 +18,5 @@ module.exports = {
},
},
],
};
};
```