From 1518ef2f30137b012ffcd83d6b8e1b17368aa8fb Mon Sep 17 00:00:00 2001 From: Mandy Wade <amandawade0312@gmail.com> Date: Sun, 6 Mar 2022 08:55:08 -0500 Subject: [PATCH] Updates to the index section --- lessons/full-stack-build-an-app-review-delete/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lessons/full-stack-build-an-app-review-delete/index.md b/lessons/full-stack-build-an-app-review-delete/index.md index 0ff02bff..25e94167 100644 --- a/lessons/full-stack-build-an-app-review-delete/index.md +++ b/lessons/full-stack-build-an-app-review-delete/index.md @@ -5,8 +5,8 @@ order: 32 # Review Delete -To delete a review, we will first add a button to each review where the user id -equals the current user id. +To delete a review, we will first add a button to each review to check the user +id equals the current user id. ```jsx {