From 51438661ed8760ee94a625115d0549a75e1482e8 Mon Sep 17 00:00:00 2001 From: Felipe Cadavid Date: Thu, 15 Jun 2023 09:18:31 -0500 Subject: [PATCH] Update CONTRIBUTING.md Co-authored-by: Mark Roberts --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index db489e23..99a8468b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -27,7 +27,7 @@ There are two ways you can preview changes made to a component: #### Storybook -To run Storybook, navigate to the root of the project and execute the command `yarn storybook`. Within Storybook, you will find dedicated stories for each component, allowing you to preview changes in real-time. use the command `yarn dev` in the component you are working on to observe the changes instantly. +To run Storybook, navigate to the root of the project and execute the command `yarn storybook`. Within Storybook, you will find dedicated stories for each component, allowing you to preview changes in real-time. Use the command `yarn dev` in the component you are working on to observe the changes instantly. #### React sample apps