~jan0sch/darcs-book

Showing details for patch 2780986e623196c215efd6112ef7856741c51d56.
2018-12-09 (Sun), 9:24 PM - - 2780986e623196c215efd6112ef7856741c51d56

Fixed command highlighting

There was an extra backtick which messed things up.
Summary of changes
1 files modified with 1 lines added and 1 lines removed
  • en/09-tag-youre-it.md with 1 added and 1 removed lines
diff -rN -u old-darcs-book/en/09-tag-youre-it.md new-darcs-book/en/09-tag-youre-it.md
--- old-darcs-book/en/09-tag-youre-it.md	2024-11-23 15:14:12.083460919 +0000
+++ new-darcs-book/en/09-tag-youre-it.md	2024-11-23 15:14:12.083460919 +0000
@@ -3,7 +3,7 @@
 
 We now have all the tools the we need to craft our patches and their
 dependencies into a shape that we find satisfying. We know how to `record`
-patches`, `pull` and `push` work between other repositories, state dependencies
+patches, `pull` and `push` work between other repositories, state dependencies
 between patches, `amend` them or just throw them away. But how do we indicate
 that we have reached a point in our development where we have confidence in our
 work and say: "Yes! We have finally reached one of our goals!"