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

Fix typos #1107

Merged
merged 1 commit into from Dec 16, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Expand Up @@ -154,7 +154,7 @@ Simply run `make release-major`, `make release-minor`, or `make-release-patch`
and it will automatically do the following:

- Build chai.js
- Bump the version numbers accross the project
- Bump the version numbers across the project
- Make a commit within git

All you need to do is push the commit up and make a pull request, one of the core contributors will merge it and publish a release.
Expand All @@ -163,7 +163,7 @@ All you need to do is push the commit up and make a pull request, one of the cor

Anyone who is a core contributor (see the [Core Contributors Heading in the Readme](https://github.com/chaijs/chai#core-contributors)) can publish a release:

1. Go to te [Releases page on Github](https://github.com/chaijs/chai/releases)
1. Go to the [Releases page on Github](https://github.com/chaijs/chai/releases)
2. Hit "Draft a new release" (if you can't see this, you're not a core contributor!)
3. Write human-friendly Release Notes based on changelog.
- The release title is "x.x.x / YYYY-MM-DD" (where x.x.x is the version number)
Expand Down