~jan0sch/darcs-book

Showing details for patch 43aa0697ff1a9a3ae808a254fe79866ebb0b43c0.
2018-07-07 (Sat), 8:37 AM - - 43aa0697ff1a9a3ae808a254fe79866ebb0b43c0

fix typo in chapter 3

Summary of changes
1 files modified with 1 lines added and 1 lines removed
  • en/03-working-locally.md with 1 added and 1 removed lines
diff -rN -u old-darcs-book/en/03-working-locally.md new-darcs-book/en/03-working-locally.md
--- old-darcs-book/en/03-working-locally.md	2024-11-23 23:47:04.345815366 +0000
+++ new-darcs-book/en/03-working-locally.md	2024-11-23 23:47:04.345815366 +0000
@@ -369,7 +369,7 @@
 
 A little side note, `status` is basically just an alias for `whatsnew -ls` where
 `-s` is a short hand for `--summary` and `-l` is a short hand for
-`--look-for-add`. The former gives us the nice concise description of the
+`--look-for-adds`. The former gives us the nice concise description of the
 unrecorded changes in our working tree, the latter searches for **unadded**
 files.