Skip to content

Commit 3ccbebe

Browse files
authored
[DOCS] Fix capitalization for several headings (#62324)
1 parent 28c36c1 commit 3ccbebe

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/reference/docs/bulk.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ $ curl -s -H "Content-Type: application/x-ndjson" -XPOST localhost:9200/_bulk --
137137

138138
[discrete]
139139
[[bulk-optimistic-concurrency-control]]
140-
===== Optimistic Concurrency Control
140+
===== Optimistic concurrency control
141141

142142
Each `index` and `delete` action within a bulk API call may include the
143143
`if_seq_no` and `if_primary_term` parameters in their respective action
@@ -168,7 +168,7 @@ appropriate backing index for the stream.
168168

169169
[discrete]
170170
[[bulk-wait-for-active-shards]]
171-
===== Wait For Active Shards
171+
===== Wait for active shards
172172

173173
When making bulk calls, you can set the `wait_for_active_shards`
174174
parameter to require a minimum number of shard copies to be active

docs/reference/indices/create-index.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ PUT /test
156156
--------------------------------------------------
157157

158158
[[create-index-wait-for-active-shards]]
159-
===== Wait For active shards
159+
===== Wait for active shards
160160

161161
By default, index creation will only return a response to the client when the primary copies of
162162
each shard have been started, or the request times out. The index creation response will indicate

docs/reference/indices/open-close.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ and then the previous write index can be closed.
6666
// end::closed-index[]
6767

6868
[[open-index-api-wait-for-active-shards]]
69-
===== Wait For active shards
69+
===== Wait for active shards
7070

7171
// tag::wait-for-active-shards[]
7272

0 commit comments

Comments
 (0)