Skip to content

Commit c17e7cb

Browse files
authored
[docs] Fix Grammar in Step 8. (vercel#42018)
1 parent 1b2e61c commit c17e7cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contributing/core/developing.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ To develop locally:
3030
1. In a new terminal, run `pnpm types` to compile declaration files from
3131
TypeScript.
3232
_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:
33+
1. When your changes are finished, commit them to the branch:
3434
```
3535
git add .
3636
git commit -m "DESCRIBE_YOUR_CHANGES_HERE"

0 commit comments

Comments
 (0)