stitch
Note taking for messy minimalists
git clone git://mccd.space/stitchcommit eaeca93c739742eeffa6ec753ff018705e10f92e
parent acb42d7250f4832e2c93e5ecfaab4dd69b4c4a11
Author: Marc Coquand <marc@mccd.space>
Date: Sat, 18 May 2024 14:10:28 -0500
Update docs
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/bin/main.ml b/bin/main.ml
@@ -59,7 +59,7 @@ let envs =
let headlines_cmd =
- let doc = "write notes seperately and compose" in
+ let doc = "write notes separately and compose" in
let author = [ `S Manpage.s_authors; `P "Marc Coquand (mccd.space)" ] in
let bugs =
[ `S Manpage.s_bugs; `P "Email bug reports to ~marcc/stitch-general@lists.sr.ht." ]
@@ -144,8 +144,8 @@ let headlines_cmd =
[ `S "COMMANDS"
; `P ""
; `P
- "You can run arbitrary commands in Stitch. These commands can make use of \
- variable substitutions. Available substitutions are"
+ "You can run arbitrary commands in Stitch. These commands can make use of the \
+ variable substitutions below."
; `I ("%(file)", "Currently selected file")
; `I ("%(line)", "Currently selected content")
]