aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/configuring.md
diff options
context:
space:
mode:
authorVijay Dev <vijaydev.cse@gmail.com>2015-01-15 07:28:21 +0000
committerVijay Dev <vijaydev.cse@gmail.com>2015-01-15 07:28:21 +0000
commit3f96b6973b82ad17e443dd1d21be05996fb6fbf0 (patch)
treeb5fc571abe0b034b61c30b96afbca22743d93b3d /guides/source/configuring.md
parentd8e710410ea300ec4626250c0b35946cb52bc38c (diff)
parent34dc028e75137707c46f81e1db942dad6660fb31 (diff)
downloadrails-3f96b6973b82ad17e443dd1d21be05996fb6fbf0.tar.gz
rails-3f96b6973b82ad17e443dd1d21be05996fb6fbf0.tar.bz2
rails-3f96b6973b82ad17e443dd1d21be05996fb6fbf0.zip
Merge branch 'master' of github.com:rails/docrails
Diffstat (limited to 'guides/source/configuring.md')
-rw-r--r--guides/source/configuring.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/configuring.md b/guides/source/configuring.md
index cc3d840271..9c0f2ddc8a 100644
--- a/guides/source/configuring.md
+++ b/guides/source/configuring.md
@@ -692,7 +692,7 @@ development:
pool: 5
```
-Prepared Statements are enabled by default on PostgreSQL. You can be disable prepared statements by setting `prepared_statements` to `false`:
+Prepared Statements are enabled by default on PostgreSQL. You can disable prepared statements by setting `prepared_statements` to `false`:
```yaml
production: