diff --git a/docs/dls/contributing-to-storybook.md b/docs/dls/contributing-to-storybook.md index fad8d0e8b0..fda7621ad2 100644 --- a/docs/dls/contributing-to-storybook.md +++ b/docs/dls/contributing-to-storybook.md @@ -55,8 +55,12 @@ core └── Progress.stories.tsx ``` -> _Note: make sure your component story file has the following format -> componentName.stories.tsx_ +:::note Note + +Make sure your component story file has the following format +componentName.stories.tsx + +::: ## Running locally