summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2019-05-15 13:12:10 -0400
committerDrew DeVault <sir@cmpwn.com>2019-05-15 13:12:10 -0400
commit970baf3ae6a9b6e139f0a48b36bbf8eb028c23ef (patch)
tree7b7d54fd6ed20060b56efd674f4310f5d1ed4fc8
parent60cd85a2637644d48f4d68becf63a4cfc13ed9a7 (diff)
Fix typo in latest article
-rw-r--r--_posts/2019-05-15-Status-update-May-2019.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/_posts/2019-05-15-Status-update-May-2019.md b/_posts/2019-05-15-Status-update-May-2019.md
index 081ca08..fb7ae33 100644
--- a/_posts/2019-05-15-Status-update-May-2019.md
+++ b/_posts/2019-05-15-Status-update-May-2019.md
@@ -88,7 +88,7 @@ Following the success of [git-send-email.io](https://git-send-email.io), I
published a similar website last week: [git-rebase.io](https://git-rebase.io).
The purpose of this website is to teach readers how to use git rebase,
explaining how to use its primitives to accomplish common high-level tasks in a
-way that leaves the reader equipped to apply those primitives the novel
+way that leaves the reader equipped to apply those primitives to novel
high-level tasks in the course of their work. I hope you find it helpful! I've
also secured git-filter-branch.io and git-bisect.io to explain additional
useful, but confusing git commands in the future.