From e34cc35279c04455cf79cbb19d9b06cbf5699c78 Mon Sep 17 00:00:00 2001 From: Piper Date: Tue, 18 Jun 2019 09:31:55 -0700 Subject: [PATCH] docs: it's -> its --- docs/src/pages/configurations/custom-webpack-config/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/pages/configurations/custom-webpack-config/index.md b/docs/src/pages/configurations/custom-webpack-config/index.md index b193a99315c3..8d56ee109d84 100644 --- a/docs/src/pages/configurations/custom-webpack-config/index.md +++ b/docs/src/pages/configurations/custom-webpack-config/index.md @@ -153,7 +153,7 @@ The webpack config [is configurable](/configurations/custom-webpack-config/), an
- 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; ```