diff options
author | Claudio B. <claudiob@users.noreply.github.com> | 2015-05-13 17:55:09 -0700 |
---|---|---|
committer | Claudio B. <claudiob@users.noreply.github.com> | 2015-05-13 17:55:09 -0700 |
commit | bb9e8ca32f3f35481fc6e516f1e25a6329126b6d (patch) | |
tree | ada275199dad49ab2350aaa737f5a8dd627f20c4 | |
parent | 2c7c11d545dff93d91af4555d3babea813ccd3b3 (diff) | |
parent | 54152303c69ab426f2618ea2e93fa14752f72296 (diff) | |
download | rails-bb9e8ca32f3f35481fc6e516f1e25a6329126b6d.tar.gz rails-bb9e8ca32f3f35481fc6e516f1e25a6329126b6d.tar.bz2 rails-bb9e8ca32f3f35481fc6e516f1e25a6329126b6d.zip |
Merge pull request #20146 from karanarora/Doc-fixes
Rails documentation standard is american english. [ci skip]
-rw-r--r-- | RELEASING_RAILS.rdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASING_RAILS.rdoc b/RELEASING_RAILS.rdoc index 0e09234b82..a020b958e1 100644 --- a/RELEASING_RAILS.rdoc +++ b/RELEASING_RAILS.rdoc @@ -96,7 +96,7 @@ Run `rake install` to generate the gems and install them locally. Then try generating a new app and ensure that nothing explodes. This will stop you from looking silly when you push an RC to rubygems.org and -then realise it is broken. +then realize it is broken. === Release the gem. |