diff options
author | Louise Crow <louise.crow@gmail.com> | 2013-08-28 17:51:32 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2013-08-28 17:51:32 +0100 |
commit | af781f17032f17432fd615da57526aac0caab8b8 (patch) | |
tree | 32fbb836313134bfe52e156a0527934751ad22e9 | |
parent | 0b12ae4013ccbbee07b1d59c095b6508aedbfdcd (diff) |
Fix typo.
-rw-r--r-- | doc/CHANGES.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/CHANGES.md b/doc/CHANGES.md index 4720e5283..e9a53ddee 100644 --- a/doc/CHANGES.md +++ b/doc/CHANGES.md @@ -11,7 +11,7 @@ ## Upgrade notes * Check out this version and run `rails-post-deploy` as usual. -* This release includes an update to the commonlib submodule - you should now be warned about this on running `rails-post-deploy`. You can update to the nw version with `git submodule update`. +* This release includes an update to the commonlib submodule - you should now be warned about this on running `rails-post-deploy`. You can update to the new version with `git submodule update`. * After deploying, run `rake temp:fix_bad_request_states` to find and list requests that have an inconsistent history - run `rake temp:fix_bad_request_states DRYRUN=0` to fix them. # Version 0.12 |