From 72bf32e398fae907b5892b35fb6070f5826d8a1f Mon Sep 17 00:00:00 2001 From: johnpickett Date: Tue, 23 Jun 2015 14:57:09 -0600 Subject: [PATCH] Fix grammar Added 'to' on line 79 to make consistent and fix grammar. --- docs/reference/getting-started.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/getting-started.asciidoc b/docs/reference/getting-started.asciidoc index 171faf6d2a6..c12a4a966b3 100755 --- a/docs/reference/getting-started.asciidoc +++ b/docs/reference/getting-started.asciidoc @@ -76,7 +76,7 @@ To solve this problem, Elasticsearch provides the ability to subdivide your inde Sharding is important for two primary reasons: * It allows you to horizontally split/scale your content volume -* It allows you distribute and parallelize operations across shards (potentially on multiple nodes) thus increasing performance/throughput +* It allows you to distribute and parallelize operations across shards (potentially on multiple nodes) thus increasing performance/throughput The mechanics of how a shard is distributed and also how its documents are aggregated back into search requests are completely managed by Elasticsearch and is transparent to you as the user.