Skip to content

Commit a0a5a1a

Browse files
aclark4lifeCopilot
andauthored
Update django_mongodb_backend/features.py
Co-authored-by: Copilot <[email protected]>
1 parent 85d7111 commit a0a5a1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

django_mongodb_backend/features.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -636,7 +636,7 @@ def _supports_transactions(self):
636636
def supports_queryable_encryption(self):
637637
"""
638638
Queryable Encryption requires a MongoDB 7.0 or later replica set or sharded
639-
cluster, as well as MonogDB Atlas or Enterprise.
639+
cluster, as well as MongoDB Atlas or Enterprise.
640640
"""
641641
self.connection.ensure_connection()
642642
build_info = self.connection.connection.admin.command("buildInfo")

0 commit comments

Comments
 (0)