summaryrefslogtreecommitdiff
path: root/subplot.md
diff options
context:
space:
mode:
Diffstat (limited to 'subplot.md')
-rw-r--r--subplot.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/subplot.md b/subplot.md
index dc2499c..5098d74 100644
--- a/subplot.md
+++ b/subplot.md
@@ -497,7 +497,7 @@ to inform the reader that some precondition is met. These statements are often
best along the lines of `given a setup which works` or `given a development enviroment`
or somesuch.
-The `when` statements should be best used to denote **active** steps. These are
+The `when` statements are best used to denote **active** steps. These are
the steps which your putative actors or personae use to achieve their goals.
These often work best in the form `when I do the thing` or
`when the user does the thing`.