Fix a callout in the field alias docs.

This commit is contained in:
Julie Tibshirani 2019-05-28 17:40:07 -07:00
parent 38f9e24411
commit 8b325164f9
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ PUT trips
},
"route_length_miles": {
"type": "alias",
"path": "distance" // <1>
"path": "distance" <1>
},
"transit_mode": {
"type": "keyword"