From 62059dd91ea288c79ec4f3173c1aa43269a8c68d Mon Sep 17 00:00:00 2001 From: Lukas Wirth Date: Thu, 12 Sep 2024 09:28:40 +0200 Subject: [PATCH] Fix missing word in working-copy.md --- docs/working-copy.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/working-copy.md b/docs/working-copy.md index 7190b4723..2478ce44d 100644 --- a/docs/working-copy.md +++ b/docs/working-copy.md @@ -4,8 +4,8 @@ ## Introduction The working copy is where the current working-copy commit's files are written so -you can interact with them. It also where files are read from in order to create -new commits (though there are many other ways of creating new commits). +you can interact with them. It is also where files are read from in order to +create new commits (though there are many other ways of creating new commits). Unlike most other VCSs, Jujutsu will automatically create commits from the working-copy contents when they have changed. Most `jj` commands you run will