From bdfd3a5246fd90900236c920477491149944b736 Mon Sep 17 00:00:00 2001 From: Lucas Bancroft-Baer <1879691+elbeezi@users.noreply.github.com> Date: Fri, 6 Sep 2024 19:42:14 -0400 Subject: [PATCH] Fix typo in setup.mdx --- docs/get-started/setup.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/get-started/setup.mdx b/docs/get-started/setup.mdx index 6794e694e35c..be35c28e11a2 100644 --- a/docs/get-started/setup.mdx +++ b/docs/get-started/setup.mdx @@ -77,4 +77,4 @@ Your project may have additional requirements before components can be rendered ## Load assets and resources -We recommend serving external resources and assets requested in your components statically with Storybook. It ensures that assets are always available to your stories. Read our [documentation](../configure/integration/images-and-assets.mdx) to learn how to hosting static files with Storybook. +We recommend serving external resources and assets requested in your components statically with Storybook. It ensures that assets are always available to your stories. Read our [documentation](../configure/integration/images-and-assets.mdx) to learn how to host static files with Storybook.