aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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