Fixes grammar issues in docs

This commit is contained in:
Rowan Walsh 2024-04-23 18:20:41 -07:00 committed by Martin von Zweigbergk
parent f185a838d7
commit 16ffe9408c
2 changed files with 2 additions and 2 deletions

View file

@ -35,7 +35,7 @@ function in order to add a new feature cleanly, put the refactoring in one
commit and the new feature in a different commit. If the refactoring itself
consists of many parts, try to separate out those into separate commits. You can
use `jj split` to do it if you didn't realize ahead of time how it should be
split up. Include tests and documentation in the same commit as the code the
split up. Include tests and documentation in the same commit as the code they
test and document. The commit message should describe the changes in the commit;
the PR description can even be empty, but feel free to include a personal
message.

View file

@ -194,7 +194,7 @@ running processes. Notify the user that we failed to apply the command to the
specific revision.
We will leave any affected commit in its current state, if any subprocess fails.
This allows us provide a better user experience, as leaving revisions in an
This allows us to provide a better user experience, as leaving revisions in an
undesirable state, e.g partially formatted, may confuse users.
## Resource constraints