[transform.javascript] Fix typo (#12597)

This commit is contained in:
Дилян Палаузов 2022-04-11 13:21:24 +03:00 committed by GitHub
parent 2be9a658d5
commit 15f67c1457
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ transform/getValue.js:
JavaScript transformation syntax also support additional parameters which can be passed to the script. JavaScript transformation syntax also support additional parameters which can be passed to the script.
This can prevent redundancy when transformation is needed for several use cases, but with small adaptations. This can prevent redundancy when transformation is needed for several use cases, but with small adaptations.
additional parameters can be passed to the script via [URI](https://en.wikipedia.org/wiki/Uniform_Resource_Identifier) query syntax. Additional parameters can be passed to the script via [URI](https://en.wikipedia.org/wiki/Uniform_Resource_Identifier) query syntax.
As `input` name is reserved for transformed data, it can't be used in query parameters. As `input` name is reserved for transformed data, it can't be used in query parameters.
Also `?` and `&` characters are reserved, but if they need to passed as additional data, they can be escaped according to URI syntax. Also `?` and `&` characters are reserved, but if they need to passed as additional data, they can be escaped according to URI syntax.