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