Docs: Fix typo in scripting.asciidoc

Closes #7070
This commit is contained in:
gabriel-tessier 2014-07-29 10:32:40 +09:00 committed by Clinton Gormley
parent 36cf595367
commit c2c2190d27
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ curl -XPOST localhost:9200/_scripts/groovy/indexedCalculateScore -d '{
}'
-----------------------------------
This will create a document with id: `indexedCalculateScore` and type: `mvel` in the
This will create a document with id: `indexedCalculateScore` and type: `groovy` in the
`.scripts` index. The type of the document is the language used by the script.
This script can be accessed at query time by appending `_id` to