Skip to content

Commit 48ca9e2

Browse files
authored
Merge pull request rails#41263 from st0012/fix-typo
[ci skip] Fix typo in configuration guide
2 parents aada36f + 34fcc5a commit 48ca9e2

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
@@ -1601,7 +1601,7 @@ Below is a comprehensive list of all the initializers found in Rails in the orde
16011601

16021602
* `action_view.set_configs`: Sets up Action View by using the settings in `config.action_view` by `send`'ing the method names as setters to `ActionView::Base` and passing the values through.
16031603
1604-
* `action_controller.assets_config`: Initializes the `config.actions_controller.assets_dir` to the app's public directory if not explicitly configured.
1604+
* `action_controller.assets_config`: Initializes the `config.action_controller.assets_dir` to the app's public directory if not explicitly configured.
16051605

16061606
* `action_controller.set_helpers_path`: Sets Action Controller's `helpers_path` to the application's `helpers_path`.
16071607

0 commit comments

Comments
 (0)