From 896741a6b04d1a253b6350ca0a09eb7eedf3e45a Mon Sep 17 00:00:00 2001 From: Michael Shilman Date: Sun, 20 Dec 2020 17:37:57 +0800 Subject: [PATCH] Update docs/configure/images-and-assets.md --- docs/configure/images-and-assets.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configure/images-and-assets.md b/docs/configure/images-and-assets.md index f2f1a6d800b..c4dbeba9cdc 100644 --- a/docs/configure/images-and-assets.md +++ b/docs/configure/images-and-assets.md @@ -22,7 +22,7 @@ Afterwards you can use any asset in your stories: ### Serving static files via Storybook -We recommend serving static files via Storybook to ensure that your components always have the assets they need to load. This technique is recommended for assets that your component's often use like logos, fonts, and icons. +We recommend serving static files via Storybook to ensure that your components always have the assets they need to load. This technique is recommended for assets that your components often use like logos, fonts, and icons. Configure a directory (or a list of directories) where your assets live when starting Storybook. Use the`-s` flag in your npm script like so: