From ac8f77a68eed0b31591d524f5cb4014e4e5ea862 Mon Sep 17 00:00:00 2001 From: Elaine Rice <132877355+ElaineRiceFCCA@users.noreply.github.com> Date: Mon, 21 Jul 2025 19:32:31 +0100 Subject: [PATCH] remove $ so you can copy and paste without error --- topic-5/book-1/07.AdvancedCustomHook.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/topic-5/book-1/07.AdvancedCustomHook.md b/topic-5/book-1/07.AdvancedCustomHook.md index 098a3d1..a50946b 100644 --- a/topic-5/book-1/07.AdvancedCustomHook.md +++ b/topic-5/book-1/07.AdvancedCustomHook.md @@ -284,7 +284,7 @@ Select some favourites on the home page and navigate to the favourites page. Try Update the git repository as follows: ``` -$ git add -A -$ git commit -m "Refactor to allow for new filtering hook, and add the hook." -$ git push origin main -``` \ No newline at end of file +git add -A +git commit -m "Refactor to allow for new filtering hook, and add the hook." +git push origin main +```