Skip to content

Commit 97ff685

Browse files
jrodewigLeaf-Lin
andauthored
[DOCS] Fix typo in setting custom attributes when starting a node (#77617) (#77630)
Removes an excess "`". Co-authored-by: Leaf-Lin <[email protected]>
1 parent 27bf7c7 commit 97ff685

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/modules/cluster/allocation_awareness.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ You can also set custom attributes when you start a node:
4545
+
4646
[source,sh]
4747
--------------------------------------------------------
48-
`./bin/elasticsearch -Enode.attr.rack_id=rack_one`
48+
./bin/elasticsearch -Enode.attr.rack_id=rack_one
4949
--------------------------------------------------------
5050

5151
. Tell {es} to take one or more awareness attributes into account when

0 commit comments

Comments
 (0)