diff options
author | Denis Laxalde <denis.laxalde@logilab.fr> | 2019-10-15 10:26:09 +0200 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-10-16 11:12:57 -0400 |
commit | eec2799df70c31e25f110ecf7f868ffa9f9dc3a2 (patch) | |
tree | 83292f3e5348f05e3b8a591e83037b8abb13500c /hg.sr.ht | |
parent | 1a62ce93a9151722e54e29bf2bb25e02a0558813 (diff) | |
download | sr.ht-docs-eec2799df70c31e25f110ecf7f868ffa9f9dc3a2.tar.gz |
Fix a typo in hg email doc
Diffstat (limited to 'hg.sr.ht')
-rw-r--r-- | hg.sr.ht/email.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hg.sr.ht/email.md b/hg.sr.ht/email.md index b08a55e..a68712b 100644 --- a/hg.sr.ht/email.md +++ b/hg.sr.ht/email.md @@ -182,7 +182,7 @@ editing its config (`.hg/hgrc`): flagtemplate = example {flags} The `{flags}` placeholder indicates where other `--flags` will go in the email -subject (in thise case: after "`example`"). +subject (in this case: after "`example`"). # For maintainers |