Skip to content

Commit

Permalink
Merge pull request #44109 from ttilberg/patch-1
Browse files Browse the repository at this point in the history
Correct doc typo [ci skip]
  • Loading branch information
rafaelfranca committed Jan 7, 2022
2 parents 9d9adba + 07c4f25 commit f2d9316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activerecord/lib/active_record/database_configurations.rb
Expand Up @@ -38,7 +38,7 @@ def initialize(configurations = {})
# the returned list. Most of the time we're only iterating over the write
# connection (i.e. migrations don't need to run for the write and read connection).
# Defaults to +false+.
# * <tt>include_hidden:</tte Determines whether to include replicas and configurations
# * <tt>include_hidden:</tt> Determines whether to include replicas and configurations
# hidden by +database_tasks: false+ in the returned list. Most of the time we're only
# iterating over the primary connections (i.e. migrations don't need to run for the
# write and read connection). Defaults to +false+.
Expand Down

0 comments on commit f2d9316

Please sign in to comment.