Skip to content

Commit f457edf

Browse files
authored
Fix grammar in CONTRIBUTING.md (#5765)
Fix grammatical errors and whitespace in CONTRIBUTING.md
1 parent 28c156e commit f457edf

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

CONTRIBUTING.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Contributing
22

33
When it comes to open source, there are different ways you can contribute, all
4-
of which are valuable. Here's few guidelines that should help you as you prepare
4+
of which are valuable. Here's a few guidelines that should help you as you prepare
55
your contribution.
66

77
## Initial steps
@@ -21,7 +21,7 @@ Before you start working on a contribution, create an issue describing what you
2121

2222
## Development
2323

24-
The following steps will get you setup to contribute changes to this repo:
24+
The following steps will get you set up to contribute changes to this repo:
2525

2626
1. Fork this repo.
2727

@@ -61,7 +61,7 @@ For an officially supported isolated dev environment that automatically installs
6161
3. Click `Create a new volume...` and name it `zod` and the folder name as `zod`.
6262

6363
Note: if you can't see `Dev Containers` in the `F1` menu, follow [this guide](https://code.visualstudio.com/docs/devcontainers/tutorial) to install the needed extension.
64-
In the OSS version of VSCode the extension may be not available.
64+
In the OSS version of VSCode the extension may not be available.
6565

6666
### Commands
6767

@@ -97,8 +97,7 @@ Zod uses Vitest for testing. After implementing your contribution, write tests f
9797
9898
### Documentation
9999

100-
The documentation site lives in `packages/docs` with content located at `packages/docs/content`
101-
. Be sure to document any API changes you implement.
100+
The documentation site lives in `packages/docs` with content located at `packages/docs/content`. Be sure to document any API changes you implement.
102101

103102
## License
104103

0 commit comments

Comments
 (0)