docs: improve descriptions

Co-authored-by: ieQu1 <99872536+ieQu1@users.noreply.github.com>
This commit is contained in:
Thales Macedo Garitezi 2024-06-13 18:34:44 -03:00 committed by GitHub
parent 52e6c88941
commit 01635722e9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ validate_durable_sessions_strategy(Conf) ->
{true, builtin_local} when DiscoveryStrategy =/= singleton -> {true, builtin_local} when DiscoveryStrategy =/= singleton ->
{error, << {error, <<
"cluster discovery strategy must be 'singleton' when" "cluster discovery strategy must be 'singleton' when"
" durable storage backend is builtin_local" " durable storage backend is 'builtin_local'"
>>}; >>};
_ -> _ ->
ok ok