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 {