Browse Source

Update using.asciidoc (#81896) (#82097)

Co-authored-by: Majid Alaeinia <11965368+majidalaeinia@users.noreply.github.com>
Lisa Cawley 3 years ago
parent
commit
0a1851353a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/scripting/using.asciidoc

+ 1 - 1
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]
 -------------------------------------