Skip to content

Commit 25e0316

Browse files
committed
manually implement #2333, wich => which in breaking changes documentation
1 parent ddb78a9 commit 25e0316

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/2.0-breaking-changes/elasticsearch-net-breaking-changes.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ a client can still be `new`'ed with no arguments
2828
var lowLevelClient = new ElasticLowLevelClient();
2929
----
3030

31-
Wich will default to a <<connection-pooling,`SingleNodeConnectionPool`>> talking to `http://localhost:9200`
31+
Which will default to a <<connection-pooling,`SingleNodeConnectionPool`>> talking to `http://localhost:9200`
3232

3333
The next most common overload of the constructor is the one taking `ConnectionConfiguration`
3434

@@ -495,4 +495,4 @@ class UpdateRequestParameters
495495
- method: Replication
496496
class ValidateQueryRequestParameters
497497
- method: Q
498-
----
498+
----

0 commit comments

Comments
 (0)