Skip to content

Commit 3090ba3

Browse files
fix
1 parent 6351fd8 commit 3090ba3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/connect-to-mongo/network-compression.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Specify Compression Algorithms
4848

4949
You can enable compression for the connection to your MongoDB instance
5050
by specifying the algorithms in one of two ways. Select the
51-
:guilabel:`Connection String` or :guilabel:`MongoClient Settings` tab to
51+
:guilabel:`Connection String` or :guilabel:`MongoClientSettings` tab to
5252
see the corresponding syntax:
5353

5454
- In the ``compressors`` parameter of your connection string
@@ -66,7 +66,7 @@ The following example shows how to specify all compression algorithms:
6666
:end-before: end-specify-connection-string
6767
:language: java
6868

69-
.. tab:: MongoClient Settings
69+
.. tab:: MongoClientSettings
7070
:tabid: mongoclientsettings
7171

7272
.. literalinclude:: /includes/connect/network-compression.java

0 commit comments

Comments
 (0)