Skip to content

Commit

Permalink
[docs] Fix Grammar in Step 8. (#42018)
Browse files Browse the repository at this point in the history
  • Loading branch information
alphaxek committed Oct 27, 2022
1 parent 1b2e61c commit c17e7cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contributing/core/developing.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ To develop locally:
1. In a new terminal, run `pnpm types` to compile declaration files from
TypeScript.
_Note: You may need to repeat this step if your types get outdated._
1. When you changes are finished commit them to the branch:
1. When your changes are finished, commit them to the branch:
```
git add .
git commit -m "DESCRIBE_YOUR_CHANGES_HERE"
Expand Down

0 comments on commit c17e7cb

Please sign in to comment.