Browse Source

[Docs] fix missing space

David Pilato 10 years ago
parent
commit
878e46d7f9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/mapping/fields/timestamp-field.asciidoc

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

@@ -125,7 +125,7 @@ If you don't provide any timestamp value, _timestamp will be set to this default
 coming[1.5.0]
 
 In elasticsearch 1.4, we allowed setting explicitly `"default":null` which is not possible anymore
-as we added a new `ignore_missing`setting.
+as we added a new `ignore_missing` setting.
 When reading an index created with elasticsearch 1.4 and using this, we automatically update it by
 removing `"default": null` and setting `"ignore_missing": false`