~jan0sch/darcs-book

Showing details for patch 63faf4267f09e2d6a9011f0062fe2b37d6f9d554.
2018-06-27 (Wed), 3:21 PM - - 63faf4267f09e2d6a9011f0062fe2b37d6f9d554

fix some typos in chapter 4

Summary of changes
1 files modified with 2 lines added and 2 lines removed
  • en/04-happy-little-accidents.md with 2 added and 2 removed lines
diff -rN -u old-darcs-book/en/04-happy-little-accidents.md new-darcs-book/en/04-happy-little-accidents.md
--- old-darcs-book/en/04-happy-little-accidents.md	2024-11-24 04:59:11.649215178 +0000
+++ new-darcs-book/en/04-happy-little-accidents.md	2024-11-24 04:59:11.649215178 +0000
@@ -27,7 +27,7 @@
 
 Here's an example. Imagine you are writing a novel and some time light at night
 in some sleep depraved state you decide to rename the novel's protagonist from
-"Sakura" to "Humungus". I surely sounded like a great idea at the time so you
+"Sakura" to "Humungus". It surely sounded like a great idea at the time so you
 fire up your text editor and make a search and replace over the whole project.
 What you didn't remember is that the name "Humungus" is already mentioned
 throughout the novel but it's late and you decide to go to sleep. The next
@@ -60,7 +60,7 @@
 No changes!
 ```
 
-Done! `darcs replace` will prompt you for any change, asking whether it should
+Done! `darcs revert` will prompt you for any change, asking whether it should
 `revert` the change or not. Keep in mind that you can always hit `?` if you are
 unsure about what the available options are. Here's a look at what you can do
 when reverting.