diff --git a/docs/reference/scripting/using.asciidoc b/docs/reference/scripting/using.asciidoc index e1eaeaaedad9..6e96ae67845a 100644 --- a/docs/reference/scripting/using.asciidoc +++ b/docs/reference/scripting/using.asciidoc @@ -3,7 +3,7 @@ Wherever scripting is supported in the {es} APIs, the syntax follows the same pattern; you specify the language of your script, provide the script logic (or -source, and add parameters that are passed into the script: +source), and add parameters that are passed into the script: [source,js] -------------------------------------