From d0ab4b31f1218b0eba8cda6073283eeca75c6259 Mon Sep 17 00:00:00 2001 From: Szymon Judasz Date: Mon, 24 Oct 2016 14:15:30 +0200 Subject: [PATCH] Update elasticsearch-net-breaking-changes.asciidoc Change wich to which. I think the latter is more appropriate. --- .../elasticsearch-net-breaking-changes.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/2.0-breaking-changes/elasticsearch-net-breaking-changes.asciidoc b/docs/2.0-breaking-changes/elasticsearch-net-breaking-changes.asciidoc index c83fee41cb2..7219bb6e4cf 100644 --- a/docs/2.0-breaking-changes/elasticsearch-net-breaking-changes.asciidoc +++ b/docs/2.0-breaking-changes/elasticsearch-net-breaking-changes.asciidoc @@ -28,7 +28,7 @@ a client can still be `new`'ed with no arguments var lowLevelClient = new ElasticLowLevelClient(); ---- -Wich will default to a <> talking to `http://localhost:9200` +Which will default to a <> talking to `http://localhost:9200` The next most common overload of the constructor is the one taking `ConnectionConfiguration` @@ -495,4 +495,4 @@ class UpdateRequestParameters - method: Replication class ValidateQueryRequestParameters - method: Q ----- \ No newline at end of file +----