From e72fdce0ffbb427bda329c16fd9a497f80bd685f Mon Sep 17 00:00:00 2001 From: Elaine Rice <132877355+ElaineRiceFCCA@users.noreply.github.com> Date: Tue, 29 Jul 2025 19:28:00 +0100 Subject: [PATCH] remove $ so you can copy and paste without error --- topic-6/book-1/05.Storybook.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/topic-6/book-1/05.Storybook.md b/topic-6/book-1/05.Storybook.md index d86232c..7632827 100644 --- a/topic-6/book-1/05.Storybook.md +++ b/topic-6/book-1/05.Storybook.md @@ -34,9 +34,9 @@ In the storybook UI test all the stories. Examine the story implementations to c Commit this work: ~~~ -$ git add -A -$ git commit -m "Fix broken stories in Storybook." -$ git push origin main +git add -A +git commit -m "Fix broken stories in Storybook." +git push origin main ~~~ [stories]: https://full-stack-2-2024.netlify.app/topic-6/book-1/archive/stories.zip