From fc647aac053107f3fd375b25013a3bce679d68ef Mon Sep 17 00:00:00 2001 From: Elaine Rice <132877355+ElaineRiceFCCA@users.noreply.github.com> Date: Mon, 28 Jul 2025 21:31:55 +0100 Subject: [PATCH] remove $ so you can copy and paste without error --- topic-6/book-1/04.AddReview.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/topic-6/book-1/04.AddReview.md b/topic-6/book-1/04.AddReview.md index 6582719..5e85fac 100644 --- a/topic-6/book-1/04.AddReview.md +++ b/topic-6/book-1/04.AddReview.md @@ -494,9 +494,9 @@ Now when the user clicks the submit button, the snackbar acknowledgement display Update the git repository as follows: ~~~ -$ git add -A -$ git commit -m "Add new review support." -$ git push origin main +git add -A +git commit -m "Add new review support." +git push origin main ~~~ [reviewform]: ./img/reviewForm.png