~jan0sch/darcs-book

Showing details for patch 44743165e86ab9849a85f1087ae61f5ea79bc028.
2018-08-09 (Thu), 3:56 PM - - 44743165e86ab9849a85f1087ae61f5ea79bc028

fix typos in chapter 2

Summary of changes
1 files modified with 3 lines added and 3 lines removed
  • en/02-getting-started.md with 3 added and 3 removed lines
diff -rN -u old-darcs-book/en/02-getting-started.md new-darcs-book/en/02-getting-started.md
--- old-darcs-book/en/02-getting-started.md	2024-11-23 17:35:34.429538897 +0000
+++ new-darcs-book/en/02-getting-started.md	2024-11-23 17:35:34.429538897 +0000
@@ -65,8 +65,8 @@
 repository gets us to the same place as adding `B` and then `A`. Maybe you
 remember this from school where you have learn that `1 + 2` is the same thing as
 `2 + 1`. `darcs` applies this concept to patches and it's called **commutation**
-and it vital to the way `darcs` works. In our example we say that "`A` and `B`
-commute" which basically means that the patch sequence `AB` (first apply `A`
+and it is vital to the way `darcs` works. In our example we say that "`A` and
+`B` commute" which basically means that the patch sequence `AB` (first apply `A`
 than `B`) gets us to the same place as the sequence `BA`.
 
 Installing `darcs`
@@ -157,7 +157,7 @@
 ```
 
 `darcs` also comes with a built-in help system. So if you want to know what
-`rollback` does you can simple issue `darcs help rollback` or `darcs rollback
+`rollback` does you can simply issue `darcs help rollback` or `darcs rollback
 --help` and there you go, you get the manual for the `rollback` command.
 
 If you just want to have a list of all available commands with a