1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Merge pull request #6 from connorshea/patch-1

Fix typo in README.md
This commit is contained in:
Rafael Mendonça França 2015-07-08 22:32:07 -03:00
commit 5ad75fb459

View file

@ -207,7 +207,7 @@ development: &development
test: *development
```
This format allows you to specify one configuration per Rails environment. You can also chance the location of the Redis config file in
This format allows you to specify one configuration per Rails environment. You can also change the location of the Redis config file in
a Rails initializer with something like:
```ruby