summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2019-05-19 12:41:23 +0300
committerLars Wirzenius <liw@liw.fi>2019-05-19 12:41:23 +0300
commit18b82b11e1d6215fece7c44ad705c128c4eaf33b (patch)
tree8e9b344deb24af219a65305a048ef353a798441f
parentd8483b355624f894d9b17dd9edfc537e0fcebd8f (diff)
downloadsaga-poc-18b82b11e1d6215fece7c44ad705c128c4eaf33b.tar.gz
Change: tweak wording for "remember" steps to be more natural
-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.