[Docs] fix typo in scripting module

Closes #10622
This commit is contained in:
Alexander 2015-04-16 11:36:14 +09:00 committed by Clinton Gormley
parent 803c3930f2
commit dbbfe39415
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ GET /_search
{
"script_fields": {
"my_field": {
"script_file": "my_test",
"script_file": "my_script",
"params": {
"my_var": 2
}