From 9143bacbe581ae703f69e045979fada96ce0fd3b Mon Sep 17 00:00:00 2001 From: Matchu Date: Fri, 11 Sep 2020 22:36:38 -0700 Subject: [PATCH] fix typo in comments --- src/app/ItemsPage.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/ItemsPage.js b/src/app/ItemsPage.js index c54b840..dbc7d82 100644 --- a/src/app/ItemsPage.js +++ b/src/app/ItemsPage.js @@ -75,8 +75,8 @@ function ItemsPage() { ); // This helps you compare your owns/wants to other users! If they own - // something, and you want it, we say "You own this!". And if they want - // something, and you own it, we say "You want this!". + // something, and you want it, we say "You want this!". And if they want + // something, and you own it, we say "You own this!". const showYouOwnThisBadge = (item) => !isCurrentUser && itemIdsYouOwn.has(item.id); const showYouWantThisBadge = (item) =>