aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2015-07-08 22:32:07 -0300
committerRafael Mendonça França <rafaelmfranca@gmail.com>2015-07-08 22:32:07 -0300
commit5ad75fb4596416d36b513373c3745d10c3acee15 (patch)
treea501e563e0075bc3c5b1e397e236007593ba7f30
parenta187e793d592300910e671fe9270b48d22ca3cb3 (diff)
parent5f962b7334c1edda1ed4042ae225f62d7e1fe7e0 (diff)
downloadrails-5ad75fb4596416d36b513373c3745d10c3acee15.tar.gz
rails-5ad75fb4596416d36b513373c3745d10c3acee15.tar.bz2
rails-5ad75fb4596416d36b513373c3745d10c3acee15.zip
Merge pull request #6 from connorshea/patch-1
Fix typo in README.md
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index fd1e2f8dc5..50055fba10 100644
--- a/README.md
+++ b/README.md
@@ -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