From c55655fba7e5da505301b34c6b11676a59d4321d Mon Sep 17 00:00:00 2001 From: Elaine Rice <132877355+ElaineRiceFCCA@users.noreply.github.com> Date: Mon, 21 Jul 2025 18:28:45 +0100 Subject: [PATCH] remove $ so you can copy and paste without error --- topic-5/book-1/04.CustomHooks.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/topic-5/book-1/04.CustomHooks.md b/topic-5/book-1/04.CustomHooks.md index 4bc55b6..afee698 100644 --- a/topic-5/book-1/04.CustomHooks.md +++ b/topic-5/book-1/04.CustomHooks.md @@ -57,7 +57,7 @@ This page component no longer has the `useState` and `useEffect` hooks; they hav Commit this work: ``` -$ git add -A -$ git commit -m "Refactor - useMovie custom hook." -$ git push origin main +git add -A +git commit -m "Refactor - useMovie custom hook." +git push origin main ```