Small typo fix in railties/CHANGELOG.md

This commit is contained in:
Matt Bridges 2013-01-04 16:08:28 -06:00
parent fab7c53585
commit 216d5fd8f6
1 changed files with 1 additions and 1 deletions

View File

@ -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