aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/configuring.md
diff options
context:
space:
mode:
authorclaudiob <claudiob@gmail.com>2015-01-06 14:04:47 -0800
committerclaudiob <claudiob@gmail.com>2015-01-06 14:04:47 -0800
commite56ab7769339aa57a29e9b60bdf8dfc65f26068e (patch)
tree36f1defd01a81426829275ba3f3ae8b708f684f0 /guides/source/configuring.md
parent283326cc61335ec62692dc550e460bb7e20b13b1 (diff)
downloadrails-e56ab7769339aa57a29e9b60bdf8dfc65f26068e.tar.gz
rails-e56ab7769339aa57a29e9b60bdf8dfc65f26068e.tar.bz2
rails-e56ab7769339aa57a29e9b60bdf8dfc65f26068e.zip
Fix typo "you can be disable"
Closes https://github.com/rails/rails/issues/18372 [ci skip]
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 0a375d7cb8..66f5fe100a 100644
--- a/guides/source/configuring.md
+++ b/guides/source/configuring.md
@@ -690,7 +690,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: