Skip to content

Commit 6d93446

Browse files
Remove superfluous "or not" [ci-skip]
1 parent e3941db commit 6d93446

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/source/configuring.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1767,7 +1767,7 @@ Sets the host for the assets. Useful when CDNs are used for hosting assets rathe
17671767
17681768
#### `config.action_controller.perform_caching`
17691769
1770-
Configures whether the application should perform the caching features provided by the Action Controller component or not. Set to `false` in the development environment, `true` in production. If it's not specified, the default will be `true`.
1770+
Configures whether the application should perform the caching features provided by the Action Controller component. Set to `false` in the development environment, `true` in production. If it's not specified, the default will be `true`.
17711771

17721772
#### `config.action_controller.default_static_extension`
17731773

0 commit comments

Comments
 (0)