From e56ab7769339aa57a29e9b60bdf8dfc65f26068e Mon Sep 17 00:00:00 2001 From: claudiob Date: Tue, 6 Jan 2015 14:04:47 -0800 Subject: Fix typo "you can be disable" Closes https://github.com/rails/rails/issues/18372 [ci skip] --- guides/source/configuring.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guides/source/configuring.md') 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: -- cgit v1.2.3