Skip to content

Commit 358560f

Browse files
authored
Fix Markdown header syntax (elastic#3547)
1 parent b596a79 commit 358560f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

specification/_global/create/CreateRequest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ import { Duration } from '@_types/Time'
7575
*
7676
* NOTE: Data streams do not support custom routing unless they were created with the `allow_custom_routing` setting enabled in the template.
7777
*
78-
* ** Distributed**
78+
* **Distributed**
7979
*
8080
* The index operation is directed to the primary shard based on its route and performed on the actual node containing this shard.
8181
* After the primary shard completes the operation, if needed, the update is distributed to applicable replicas.

specification/_global/index/IndexRequest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ import { Duration } from '@_types/Time'
8787
*
8888
* NOTE: Data streams do not support custom routing unless they were created with the `allow_custom_routing` setting enabled in the template.
8989
*
90-
* * ** Distributed**
90+
* **Distributed**
9191
*
9292
* The index operation is directed to the primary shard based on its route and performed on the actual node containing this shard.
9393
* After the primary shard completes the operation, if needed, the update is distributed to applicable replicas.

specification/_global/reindex/ReindexRequest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ import { Destination, Source } from './types'
9696
* done
9797
* ```
9898
*
99-
* ** Throttling**
99+
* **Throttling**
100100
*
101101
* Set `requests_per_second` to any positive decimal number (`1.4`, `6`, `1000`, for example) to throttle the rate at which reindex issues batches of index operations.
102102
* Requests are throttled by padding each batch with a wait time.

0 commit comments

Comments
 (0)