diff options
author | Guillermo Iguaran <guilleiguaran@gmail.com> | 2013-01-04 14:13:14 -0800 |
---|---|---|
committer | Guillermo Iguaran <guilleiguaran@gmail.com> | 2013-01-04 14:13:14 -0800 |
commit | 5458f509d9a3ee4f8b9fb4d1f305ecb86417fc33 (patch) | |
tree | 9a529a5e51b1021bb43bc200bfa1c512852e08d0 | |
parent | fab7c5358580e2672eb64ba9539afe00f8ab78e3 (diff) | |
parent | 216d5fd8f6942aa97c7ee2338aa388a70366f5b5 (diff) | |
download | rails-5458f509d9a3ee4f8b9fb4d1f305ecb86417fc33.tar.gz rails-5458f509d9a3ee4f8b9fb4d1f305ecb86417fc33.tar.bz2 rails-5458f509d9a3ee4f8b9fb4d1f305ecb86417fc33.zip |
Merge pull request #8761 from mattdbridges/patch-3
Small typo fix in railties/CHANGELOG.md
-rw-r--r-- | railties/CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/CHANGELOG.md b/railties/CHANGELOG.md index 9499980fa7..52ba1bd581 100644 --- a/railties/CHANGELOG.md +++ b/railties/CHANGELOG.md @@ -4,7 +4,7 @@ *Jiri Pospisil* -* Environment name can be a start substring of the default environemnt names +* Environment name can be a start substring of the default environment names (production, development, test). For example: tes, pro, prod, dev, devel. Fix #8628 |