]> git.basschouten.com Git - openhab-addons.git/commitdiff
[transform.javascript] Fix typo (#12597)
authorДилян Палаузов <dpa-github@aegee.org>
Mon, 11 Apr 2022 10:21:24 +0000 (13:21 +0300)
committerGitHub <noreply@github.com>
Mon, 11 Apr 2022 10:21:24 +0000 (12:21 +0200)
bundles/org.openhab.transform.javascript/README.md

index 1ca1c5c9624e4282c5d63501cab3f2d31200f1fb..1e03dd30cc20fae2e111d06878f6dbc420dcc349 100644 (file)
@@ -24,7 +24,7 @@ transform/getValue.js:
 
 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.
-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. 
 Also `?` and `&` characters are reserved, but if they need to passed as additional data, they can be escaped according to URI syntax.