From 833c5d3972059e1bc92610f4512a3e7646b509b1 Mon Sep 17 00:00:00 2001 From: Elaine Rice <132877355+ElaineRiceFCCA@users.noreply.github.com> Date: Mon, 28 Jul 2025 19:15:11 +0100 Subject: [PATCH] remove $ so you can copy and paste without error --- topic-6/book-1/03.BugFix.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/topic-6/book-1/03.BugFix.md b/topic-6/book-1/03.BugFix.md index ae8112f..9f5e541 100644 --- a/topic-6/book-1/03.BugFix.md +++ b/topic-6/book-1/03.BugFix.md @@ -237,9 +237,9 @@ The above code means that movie cards on the Favourite movies page should have t Update the git repository as follows: ``` -$ git add -A -$ git commit -m "Bug Fix - make action icons on movie card configurable." -$ git push origin main +git add -A +git commit -m "Bug Fix - make action icons on movie card configurable." +git push origin main ``` [renderprop]: https://react.dev/reference/react/cloneElement#passing-data-with-a-render-prop