From ec335c7c34d07395456f7f430171849ec5fecc9c Mon Sep 17 00:00:00 2001 From: James Rodewig <40268737+jrodewig@users.noreply.github.com> Date: Mon, 14 Sep 2020 12:35:15 -0400 Subject: [PATCH] [DOCS] Fix capitalization for several headings (#62324) (#62329) --- docs/reference/docs/bulk.asciidoc | 4 ++-- docs/reference/indices/create-index.asciidoc | 2 +- docs/reference/indices/open-close.asciidoc | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/reference/docs/bulk.asciidoc b/docs/reference/docs/bulk.asciidoc index 9fa62e34124..c367e2a5d5d 100644 --- a/docs/reference/docs/bulk.asciidoc +++ b/docs/reference/docs/bulk.asciidoc @@ -137,7 +137,7 @@ $ curl -s -H "Content-Type: application/x-ndjson" -XPOST localhost:9200/_bulk -- [discrete] [[bulk-optimistic-concurrency-control]] -===== Optimistic Concurrency Control +===== Optimistic concurrency control Each `index` and `delete` action within a bulk API call may include the `if_seq_no` and `if_primary_term` parameters in their respective action @@ -168,7 +168,7 @@ appropriate backing index for the stream. [discrete] [[bulk-wait-for-active-shards]] -===== Wait For Active Shards +===== Wait for active shards When making bulk calls, you can set the `wait_for_active_shards` parameter to require a minimum number of shard copies to be active diff --git a/docs/reference/indices/create-index.asciidoc b/docs/reference/indices/create-index.asciidoc index e1b829d5172..90bd8f7ce69 100644 --- a/docs/reference/indices/create-index.asciidoc +++ b/docs/reference/indices/create-index.asciidoc @@ -162,7 +162,7 @@ PUT /test -------------------------------------------------- [[create-index-wait-for-active-shards]] -===== Wait For active shards +===== Wait for active shards By default, index creation will only return a response to the client when the primary copies of each shard have been started, or the request times out. The index creation response will indicate diff --git a/docs/reference/indices/open-close.asciidoc b/docs/reference/indices/open-close.asciidoc index 82be4c0a1aa..713d007ee9f 100644 --- a/docs/reference/indices/open-close.asciidoc +++ b/docs/reference/indices/open-close.asciidoc @@ -66,7 +66,7 @@ and then the previous write index can be closed. // end::closed-index[] [[open-index-api-wait-for-active-shards]] -===== Wait For active shards +===== Wait for active shards // tag::wait-for-active-shards[]