aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorConnor Shea <connor.james.shea@gmail.com>2015-07-08 19:29:54 -0600
committerConnor Shea <connor.james.shea@gmail.com>2015-07-08 19:29:54 -0600
commit5f962b7334c1edda1ed4042ae225f62d7e1fe7e0 (patch)
tree2548172d1ab67db741e37034b57e6c7173425550
parentac6f118d5ccecc16fa8e40496fea8d2bf84bba76 (diff)
downloadrails-5f962b7334c1edda1ed4042ae225f62d7e1fe7e0.tar.gz
rails-5f962b7334c1edda1ed4042ae225f62d7e1fe7e0.tar.bz2
rails-5f962b7334c1edda1ed4042ae225f62d7e1fe7e0.zip
Fix typo
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 806f2a8273..f3ea218b4c 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