From f43caecec29dec69a2e11e33083f551c9580dd41 Mon Sep 17 00:00:00 2001 From: Evgenii Breikin Date: Thu, 12 Dec 2024 11:44:50 +0100 Subject: [PATCH] Fix documentation --- docs/channels/using_channels/connection.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/channels/using_channels/connection.md b/docs/channels/using_channels/connection.md index 45d7f63..c4aeb2c 100644 --- a/docs/channels/using_channels/connection.md +++ b/docs/channels/using_channels/connection.md @@ -69,7 +69,7 @@ The options are: {% parameter 'forceTLS', 'Boolean' %} -It’s possible to define if the connection should be made over TLS. +It’s possible to define if the connection should be made over TLS. {% endparameter %} @@ -188,7 +188,7 @@ For more information check [authenticating users](/docs/channels/server_api/auth { {% parameter 'channelAuthorization', 'Object' %} -Object containing the configuration for user authorization. Valid keys are `endpoint`, `transport`, `params`, `headers`, and `customHandler`. +Object containing the configuration for channel authorization. Valid keys are `endpoint`, `transport`, `params`, `headers`, and `customHandler`. Default values are: