~jan0sch/darcs-book

Showing details for patch a646fe692e73da8089c605d60135777580e56b41.
2020-09-29 (Tue), 10:36 AM - - a646fe692e73da8089c605d60135777580e56b41

Fix typo

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-05-18 16:58:21.256765509 +0000
+++ new-darcs-book/en/03-working-locally.md	2024-05-18 16:58:21.256765509 +0000
@@ -207,7 +207,7 @@
 ------------------------
 
 When you need to add quite a lot of files all at once you don't want to do that
-one by one. `add` offers a `--resursive` flag and its short hand `-r` which
+one by one. `add` offers a `--recursive` flag and its short hand `-r` which
 instructs `add` to traverse the working tree and add as yet **unadded** files.
 Let me show you.