~sircmpwn/git-send-email.io

47636f9f49c67d1642a23bbe519ee676f2d147a1 — Piotr Masłowski 4 months ago 953db99
Add missing 'is'

Fixes: 31692ee6 ("Initial commit")
1 files changed, 1 insertions(+), 1 deletions(-)

M index.html
M index.html => index.html +1 -1
@@ 338,7 338,7 @@
              </li>
              <li>
                <strong>Send the new patch</strong>! This time we'll use
                <code>-v2</code> to indicate that this the second version of
                <code>-v2</code> to indicate that this is the second version of
                this patch. If we do this again, we'll use <code>-v3</code>.
                <pre>git send-email --annotate -v2 HEAD^</pre>
                <p>