Skip to content

Commit 524249a

Browse files
docs: change 'register components automatically' to 'auto-bundle-loading'
Updates terminology in configuration.md to be consistent with auto-bundle-loading feature naming rather than registration. Co-authored-by: Justin Gordon <[email protected]>
1 parent 816cbba commit 524249a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ ReactOnRails.configure do |config|
250250
# auto-load the bundle for the generated component, to avoid having to specify the
251251
# bundle manually for each view with the component.
252252
################################################################################
253-
# components_subdirectory is the name of the subdirectory matched to detect and register components automatically
253+
# components_subdirectory is the name of the subdirectory matched to detect components for auto-bundle-loading
254254
# The default is nil. You can enable the feature by updating it in the next line.
255255
config.components_subdirectory = nil
256256
# Change to a value like this example to enable this feature

0 commit comments

Comments
 (0)