[transform.javascript] Fix typo (#12597)
This commit is contained in:
parent
2be9a658d5
commit
15f67c1457
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue