Browse Source

docs: improve descriptions

Co-authored-by: ieQu1 <99872536+ieQu1@users.noreply.github.com>
Thales Macedo Garitezi 1 year ago
parent
commit
01635722e9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      apps/emqx_conf/src/emqx_conf_schema.erl

+ 1 - 1
apps/emqx_conf/src/emqx_conf_schema.erl

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