Skip to content

Commit 3ba3861

Browse files
authored
Remove unneeded backticks (#43256)
1 parent a5f8919 commit 3ba3861

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
@@ -46,7 +46,7 @@ You can also set custom attributes when you start a node:
4646
+
4747
[source,sh]
4848
--------------------------------------------------------
49-
`./bin/elasticsearch -Enode.attr.rack_id=rack_one`
49+
./bin/elasticsearch -Enode.attr.rack_id=rack_one
5050
--------------------------------------------------------
5151

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

0 commit comments

Comments
 (0)