Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: fix typos #221

Merged
merged 1 commit into from
May 25, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ setup your development environment:
3. Run the tests with `yarn test`. You can also automatically trigger a run of
relevant tests for the code that you change by running `yarn test-watch`

4. If you are working on optimising the performance, you can run the
4. If you are working on optimizing the performance, you can run the
performance benchmarks with `yarn benchmark`

5. If you are improving the documentation, you can build the docs with `yarn
Expand All @@ -52,7 +52,7 @@ Also, please follow these guidelines:
further code changes. If you are not sure how to test, feel free to send the
pull request and ask for advices in the comment.

- Don't change the version number. That will be done by the mainteiner upon
- Don't change the version number. That will be done by the maintainer upon
releasing a new version.

- Make sure that the full test suite passes before sending the pull request.
Expand Down
Loading