Skip to content

Commit

Permalink
Docs: Update docs/index_.asciidoc (#29172)
Browse files Browse the repository at this point in the history
Use `_doc` in the routing example instead of `tweet` to agree with the
text and line up with the other examples.
  • Loading branch information
Jean-Charles Legras authored and nik9000 committed Mar 23, 2018
1 parent 7151399 commit f33e63b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/docs/index_.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ on a per-operation basis using the `routing` parameter. For example:

[source,js]
--------------------------------------------------
POST twitter/tweet?routing=kimchy
POST twitter/_doc?routing=kimchy
{
"user" : "kimchy",
"post_date" : "2009-11-15T14:12:12",
Expand Down

0 comments on commit f33e63b

Please sign in to comment.