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 +```