Skip to content

Commit 359428f

Browse files
DOC-10302 - Fix Environement typo
1 parent 8e5581e commit 359428f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

modules/ref/pages/client-settings.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ See the xref:howtos:managing-connections.adoc#ssl[Connection Management] section
150150
=== I/O Options
151151

152152
I/O settings are represented by the Java class `IoConfig`.
153-
The associated `ClusterEnvironement.Builder` method is called `ioConfig`.
153+
The associated `ClusterEnvironment.Builder` method is called `ioConfig`.
154154

155155
.Template for configuring I/O settings
156156
[source,java]
@@ -346,7 +346,7 @@ The values set here are used as the defaults when no per-operation timeout is sp
346346
See <<duration-values, setting duration values>> under xref:#system-properties[System Properties].
347347

348348
Timeout settings are represented by the Java class `TimeoutConfig`.
349-
The associated `ClusterEnvironement.Builder` method is called `timeoutConfig`.
349+
The associated `ClusterEnvironment.Builder` method is called `timeoutConfig`.
350350

351351
.Template for configuring timeouts
352352
[source,java]
@@ -459,7 +459,7 @@ The default is quite high because some operations (such as flushing a bucket, fo
459459
The client can optionally compress documents before sending them to Couchbase Server.
460460

461461
Compression settings are represented by the Java class `CompressionConfig`.
462-
The associated `ClusterEnvironement.Builder` method is called `compressionConfig`.
462+
The associated `ClusterEnvironment.Builder` method is called `compressionConfig`.
463463

464464
.Template for configuring CompressionExample settings
465465
[source,java]

0 commit comments

Comments
 (0)