diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 78e2ce435..88072d45e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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. @@ -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)