summaryrefslogtreecommitdiff
path: root/subplot.md
diff options
context:
space:
mode:
authorXipmix <576337-xipmix@users.noreply.gitlab.com>2022-03-16 21:05:15 +1100
committerXipmix <576337-xipmix@users.noreply.gitlab.com>2022-03-16 21:06:17 +1100
commitb960d3a74ec5b049dcc6e9642d3ac086ea1f4212 (patch)
tree6f13b7bc1968c07a12962b2d37469e46ed83ad5d /subplot.md
parentfd5b23b73fb9641fb54cf9228e59c7f1b05b2031 (diff)
downloadsubplot-b960d3a74ec5b049dcc6e9642d3ac086ea1f4212.tar.gz
typos
Diffstat (limited to 'subplot.md')
-rw-r--r--subplot.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/subplot.md b/subplot.md
index 0310b03..3d22034 100644
--- a/subplot.md
+++ b/subplot.md
@@ -331,13 +331,13 @@ not meant to be automatically verifiable. For specific, automatically
testable acceptance criteria, see the later [chapter with acceptance
tests for Subplot](#acceptance).
-Each requirement here is given a unique mnemnoic id for easier
+Each requirement here is given a unique mnemonic id for easier
reference in discussions.
**UnderstandableTests**
: Acceptance tests should be possible to express in a way that's
- easily understood by all stakeholders, includcing those who are
+ easily understood by all stakeholders, including those who are
not software developers.
_Done_ but requires the Subplot document to be written with care.
@@ -1618,7 +1618,7 @@ def func(ctx, name=None):
### Simple patterns with regex metacharacters: forbidden case
-Help use to avoid accidental regular expression versus simple pattern
+Help users to avoid accidental regular expression versus simple pattern
confusion. The rule is that a simple pattern mustn't contain regular
expression meta characters unless the rule is explicitly marked as not
being a regular expression pattern.