Browse Source

Fix typo in TTL field docs

Closes #14994
Jason Tedor 10 years ago
parent
commit
b6da075505
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/mapping/fields/ttl-field.asciidoc

+ 1 - 1
docs/reference/mapping/fields/ttl-field.asciidoc

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