Browse Source

Fix typo in docs (#56190)

Some dashes were swapped for question marks in bf4c364. Swap them back.
Rory Hunter 5 years ago
parent
commit
9f2af82642
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/docs/index_.asciidoc

+ 1 - 1
docs/reference/docs/index_.asciidoc

@@ -235,7 +235,7 @@ and a status code of 409. See <<optimistic-concurrency-control>> for more detail
 [[index-routing]]
 ===== Routing
 
-By default, shard placement ? or `routing` ? is controlled by using a
+By default, shard placement -- or `routing` -- is controlled by using a
 hash of the document's id value. For more explicit control, the value
 fed into the hash function used by the router can be directly specified
 on a per-operation basis using the `routing` parameter. For example: