summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--muck2.yarn6
1 files changed, 3 insertions, 3 deletions
diff --git a/muck2.yarn b/muck2.yarn
index c622a2f..fe46684 100644
--- a/muck2.yarn
+++ b/muck2.yarn
@@ -31,8 +31,8 @@ Create a simple resource. Remember its id.
> **given** I am _tomjon_
> **when** I create a resource `{"foo": "bar"}`
> **then** there is _1_ resource in Muck
-> **and** resource id is remembered as _ID_
-> **and** resource revision is remembered as _REV1_
+> **and** remember the resource id as _ID_
+> **and** rememer the resource revision as _REV1_
Retrieve the resource.
@@ -61,7 +61,7 @@ Update the resource.
>
> **when** I update _ID_, revision _REV1_, with `{"foo": "somethingelse"}`
> **then** it works
-> **and** resource revision is remembered as _REV2_
+> **and** remember the resource revision as _REV2_
Check the resource has been updated.