Fixes a small typo

This commit is contained in:
Matthew Lehner 2019-06-18 11:57:42 -07:00 committed by GitHub
parent da7b6bd71e
commit eb24874088
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -153,7 +153,7 @@ The webpack config [is configurable](/configurations/custom-webpack-config/), an
<div></div>
- Create a `.storybook/webpack.config.js` file.
- Edit it's contents:
- Edit its contents:
```js
module.exports = async ({ config }) => console.dir(config.plugins, { depth: null }) || config;
```