summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@gmail.com>2021-07-12 22:45:24 +0100
committerRichard Maw <richard.maw@gmail.com>2021-07-12 22:45:24 +0100
commit9e7a043c4181b945750e0fd2bfc81dde3cdce41a (patch)
tree758d0ecf785b4267e908058071549ad732026c1c
parent774f0abe63e79e2ad2cf16e6f42c2e7bedca0f4b (diff)
downloadsubplot-9e7a043c4181b945750e0fd2bfc81dde3cdce41a.tar.gz
Fix html typo
I'm assuming this was accidental since the intended error is a missing input file.
-rw-r--r--subplot.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/subplot.md b/subplot.md
index d6a2cb2..238f94b 100644
--- a/subplot.md
+++ b/subplot.md
@@ -2135,7 +2135,7 @@ missing file.
~~~scenario
given file missing-binding.md
and an installed subplot
-when I try to run subplot docgen missing-binding.md -o foo.htmlh
+when I try to run subplot docgen missing-binding.md -o foo.html
then command fails
and stderr contains ": missing-binding.yaml:"
~~~