~jan0sch/darcs-book

Showing details for patch 77c390ec11a87b5582ac12a0145023d30427a0f7.
2019-01-19 (Sat), 7:17 PM - blabber - 77c390ec11a87b5582ac12a0145023d30427a0f7

fix typos in chapter 6

Summary of changes
1 files modified with 2 lines added and 2 lines removed
  • en/06-conflict-management.md with 2 added and 2 removed lines
diff -rN -u old-darcs-book/en/06-conflict-management.md new-darcs-book/en/06-conflict-management.md
--- old-darcs-book/en/06-conflict-management.md	2024-11-23 18:03:20.357402622 +0000
+++ new-darcs-book/en/06-conflict-management.md	2024-11-23 18:03:20.361402631 +0000
@@ -175,7 +175,7 @@
 ----------------
 
 When a conflict occurs `darcs` will mark these conflicts in our working tree.
-Remember that is checked for unrecorded changed in the working tree before
+Remember that we checked for unrecorded changed in the working tree before
 pulling in the changes? Let's check again.
 
 ```
@@ -231,7 +231,7 @@
 ```
 
 You can get rid of the conflict markers be simply issuing `darcs revert`,
-this does not solve your conflict but it takes you back to the state if the file
+this does not solve your conflict but it takes you back to the state of the file
 before the conflicting changes were applied. In our situation our `Main.hs`
 would look like this.