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

Co-authored-by: Majid Alaeinia <11965368+majidalaeinia@users.noreply.github.com>
This commit is contained in:
Lisa Cawley 2021-12-27 12:51:21 -08:00 committed by GitHub
parent 806dfcba57
commit 0a1851353a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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]
-------------------------------------