소스 검색

[DOCS] fixed incorrect default

Martijn van Groningen 7 년 전
부모
커밋
59fc6a478e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/painless/painless-execute-script.asciidoc

+ 1 - 1
docs/painless/painless-execute-script.asciidoc

@@ -11,7 +11,7 @@ The Painless execute API allows an arbitrary script to be executed and a result
 |======
 | Name             | Required  | Default                | Description
 | `script`         | yes       | -                      | The script to execute
-| `context`        | no        | `execute_api_script`   | The context the script should be executed in.
+| `context`        | no        | `painless_test`        | The context the script should be executed in.
 |======
 
 ==== Contexts