Skip to content

Commit

Permalink
Typo fix in changelog for mongo provider (apache#37350)
Browse files Browse the repository at this point in the history
  • Loading branch information
amoghrajesh authored Feb 12, 2024
1 parent f689c3f commit ed346c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airflow/providers/mongo/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Changelog
Breaking changes
~~~~~~~~~~~~~~~~

Introduced the allow_insecure flag in the extras field of for the MongoDB connection. This flag allows users to control
Introduced the allow_insecure flag in the extras field for the MongoDB connection. This flag allows users to control
whether insecure connections are permitted when using SSL encryption. By default, the allow_insecure flag is
set to False. This means that when SSL encryption is enabled (ssl=True), insecure connections are not allowed unless
explicitly specified by the user.
Expand Down

0 comments on commit ed346c7

Please sign in to comment.