summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorKazuhiro Sera <seratch@gmail.com>2018-08-09 14:04:01 +0900
committerKazuhiro Sera <seratch@gmail.com>2018-08-09 14:04:01 +0900
commit9ec954ff7bbcdac93ce8bfb2449918ab172bef7f (patch)
tree5ad3b0e2a1ecf438b21e78e47d0bb36274dcaa3b /doc
parentcc25eda74bd5ff4c04e5e5973fddce364e2eab5c (diff)
downloadbundler-9ec954ff7bbcdac93ce8bfb2449918ab172bef7f.tar.gz
Fix typos detected by github.com/client9/misspell
Diffstat (limited to 'doc')
-rw-r--r--doc/development/RELEASING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/RELEASING.md b/doc/development/RELEASING.md
index afa689eaad..58a7af5b28 100644
--- a/doc/development/RELEASING.md
+++ b/doc/development/RELEASING.md
@@ -55,7 +55,7 @@ The `rake release:patch` command will automatically handle cherry-picking, and i
Bundler maintains a list of changes present in each version in the `CHANGELOG.md` file.
Entries should not be added in pull requests, but are rather written by the Bundler
maintainers in the [bundler-changelog repo](https://github.com/bundler/bundler-changelog).
-That reposity tracks changes by pull requests, with each entry having an associated version,
+That repository tracks changes by pull requests, with each entry having an associated version,
PR, section, author(s), issue(s) closed, and message.
Ensure that repo has been updated with all new PRs before releasing a new version,