imfreedom/contributors-guide

Fix some typos

23 months ago, Gary Kramlich
18dc05db683a
Parents e43b2bdd8b0e
Children 5a4431aaa06d
Fix some typos
--- a/docs/code_contributions.md Mon May 16 22:10:45 2022 -0500
+++ b/docs/code_contributions.md Mon May 16 22:17:22 2022 -0500
@@ -336,8 +336,8 @@
hg prune --rev 'branch(my-new-branch-name)' --successor abc123
```
-If you just want to remove the branch and not tell Mercurial was it was deletd,
-you can just prune the branch entirely without specifying a successor.
+If you just want to remove the branch and not tell Mercurial why it was
+deleted, you can just prune the branch entirely without specifying a successor.
```sh
hg up default