Skip to content

Commit

Permalink
Fix typo in mongoid.yml (#5769)
Browse files Browse the repository at this point in the history
  • Loading branch information
redross authored Dec 15, 2023
1 parent 2748c15 commit 5237212
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/rails/generators/mongoid/config/templates/mongoid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ development:
# (default: the database specified above or admin)
# auth_source: admin

# Force a the driver cluster to behave in a certain manner instead of auto-
# discovering. Can be one of: :direct, :replica_set, :sharded. Set to :direct
# Force the driver cluster to behave in a certain manner instead of auto-discovering.
# Can be one of: :direct, :replica_set, :sharded. Set to :direct
# when connecting to hidden members of a replica set.
# connect: :direct

Expand Down

0 comments on commit 5237212

Please sign in to comment.