Skip to content

Commit

Permalink
Fix documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeniibreikin committed Dec 12, 2024
1 parent e4d9373 commit f43caec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/channels/using_channels/connection.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}

Expand Down Expand Up @@ -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:

Expand Down

0 comments on commit f43caec

Please sign in to comment.