Browse Source

Fixed typo

Luca Cavanna 11 years ago
parent
commit
bdb1992e85
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/migration/migrate_1_0.asciidoc

+ 1 - 1
docs/reference/migration/migrate_1_0.asciidoc

@@ -241,7 +241,7 @@ you can now write:
 [source,json]
 ---------------
 "title": {
-    "type": "string";
+    "type": "string",
     "fields": {
         "raw":   { "type": "string", "index": "not_analyzed" }
     }