Skip to content

Commit

Permalink
Fixes grammar issues in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rowan-walsh committed Apr 24, 2024
1 parent 4fa778a commit 0bebcd7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docs/design/run.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0bebcd7

Please sign in to comment.