Fix typo in TTL field docs

Closes #14994
This commit is contained in:
Jason Tedor 2015-11-24 22:57:08 -05:00
parent d6969fcf3a
commit b6da075505
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ PUT my_index
"my_type": { "my_type": {
"_ttl": { "_ttl": {
"enabled": true, "enabled": true,
"defaut": "5m" "default": "5m"
} }
} }
} }