docs: fix some typos
This commit is contained in:
parent
8513580f5a
commit
1fa68a277e
|
@ -2408,7 +2408,7 @@ str(S) when is_list(S) ->
|
||||||
authentication(Desc) ->
|
authentication(Desc) ->
|
||||||
%% authentication schema is lazy to make it more 'plugable'
|
%% authentication schema is lazy to make it more 'plugable'
|
||||||
%% the type checks are done in emqx_auth application when it boots.
|
%% the type checks are done in emqx_auth application when it boots.
|
||||||
%% and in emqx_authentication_config module for rutime changes.
|
%% and in emqx_authentication_config module for runtime changes.
|
||||||
Default = hoconsc:lazy(hoconsc:union([typerefl:map(), hoconsc:array(typerefl:map())])),
|
Default = hoconsc:lazy(hoconsc:union([typerefl:map(), hoconsc:array(typerefl:map())])),
|
||||||
%% as the type is lazy, the runtime module injection
|
%% as the type is lazy, the runtime module injection
|
||||||
%% from EMQX_AUTHENTICATION_SCHEMA_MODULE_PT_KEY
|
%% from EMQX_AUTHENTICATION_SCHEMA_MODULE_PT_KEY
|
||||||
|
|
Loading…
Reference in New Issue