From c5a8038e328783eb2e2d4d6bb3478c2cb86e56ee Mon Sep 17 00:00:00 2001 From: Michele Sessa Date: Wed, 21 Dec 2022 17:43:30 +0000 Subject: [PATCH] docs(non-fungible-cats): fix some typos in the audit --- subjects/blockchain/non-fungible-cats/audit/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/subjects/blockchain/non-fungible-cats/audit/README.md b/subjects/blockchain/non-fungible-cats/audit/README.md index 70293f42..92250ca7 100644 --- a/subjects/blockchain/non-fungible-cats/audit/README.md +++ b/subjects/blockchain/non-fungible-cats/audit/README.md @@ -14,11 +14,11 @@ ##### buy cat 1 at the listed price (10wei) -###### The buy function functions properly +###### The buy function works properly ##### transfer cat 1 to a secondary user -###### The transfer function properly works +###### The transfer function works properly ##### buy cat 2 at the listed price (10wei) @@ -36,7 +36,7 @@ ###### Can the webpage be accessed? -###### Does the page display the napping cats ? +###### Does the page display the napping cats? ###### Does the page offer a button to buy each napping cat? @@ -48,7 +48,7 @@ ##### Buy cat 0 using the buy button -###### Does the buy function work? +###### Does the buy function works? ###### Does the cat 0 now show the listing button?