From: digitlength <62958838+digitlength@users.noreply.github.com> Date: Thu, 31 Dec 2020 16:02:07 +0000 (+0000) Subject: [http] Fix typo in documentation (#9612) X-Git-Url: https://git.basschouten.com/?a=commitdiff_plain;h=d15b32b869d17c2a1a1fe2326bae3af95f67e5ef;p=openhab-addons.git [http] Fix typo in documentation (#9612) Typo --- diff --git a/bundles/org.openhab.binding.http/README.md b/bundles/org.openhab.binding.http/README.md index 333c4041e4..980895f97b 100644 --- a/bundles/org.openhab.binding.http/README.md +++ b/bundles/org.openhab.binding.http/README.md @@ -51,7 +51,7 @@ The `image` channel-type supports `stateExtension` only. Transformations need to be specified in the same format as Some channels have additional parameters. -When concatenating the `baseURL` and `stateExtions` or `commandExtension` the binding checks if a proper URL part separator (`/`, `&` or `?`) is present and adds a `/` if missing. +When concatenating the `baseURL` and `stateExtension` or `commandExtension` the binding checks if a proper URL part separator (`/`, `&` or `?`) is present and adds a `/` if missing. ### Value Transformations (`stateTransformation`, `commandTransformation`)