Fix missing word in working-copy.md

This commit is contained in:
Lukas Wirth 2024-09-12 09:28:40 +02:00
parent 1410f2bee7
commit 62059dd91e

View file

@ -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