We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b2e61c commit c17e7cbCopy full SHA for c17e7cb
contributing/core/developing.md
@@ -30,7 +30,7 @@ To develop locally:
30
1. In a new terminal, run `pnpm types` to compile declaration files from
31
TypeScript.
32
_Note: You may need to repeat this step if your types get outdated._
33
-1. When you changes are finished commit them to the branch:
+1. When your changes are finished, commit them to the branch:
34
```
35
git add .
36
git commit -m "DESCRIBE_YOUR_CHANGES_HERE"
0 commit comments