From d15b32b869d17c2a1a1fe2326bae3af95f67e5ef Mon Sep 17 00:00:00 2001 From: digitlength <62958838+digitlength@users.noreply.github.com> Date: Thu, 31 Dec 2020 16:02:07 +0000 Subject: [PATCH] [http] Fix typo in documentation (#9612) Typo --- bundles/org.openhab.binding.http/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundles/org.openhab.binding.http/README.md b/bundles/org.openhab.binding.http/README.md index 333c4041e4650..980895f97bc7c 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`)