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