mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 17:59:31 +02:00
Merge pull request #4333 from di72nn/fix_typos_in_docs
Fix a couple of typos in documentation
This commit is contained in:
commit
ba9a7916db
1 changed files with 3 additions and 3 deletions
|
@ -93,8 +93,8 @@ mod_doc() ->
|
||||||
#{desc =>
|
#{desc =>
|
||||||
[?T("The module adds support for "
|
[?T("The module adds support for "
|
||||||
"https://xmpp.org/extensions/xep-0484.html"
|
"https://xmpp.org/extensions/xep-0484.html"
|
||||||
"[XEP-0480: Fast Authentication Streamlining Tokens] that allows users to authenticate "
|
"[XEP-0484: Fast Authentication Streamlining Tokens] that allows users to authenticate "
|
||||||
"using self managed tokens.")],
|
"using self-managed tokens.")],
|
||||||
note => "added in 24.12",
|
note => "added in 24.12",
|
||||||
opts =>
|
opts =>
|
||||||
[{db_type,
|
[{db_type,
|
||||||
|
@ -103,7 +103,7 @@ mod_doc() ->
|
||||||
?T("Same as top-level _`default_db`_ option, but applied to this module only.")}},
|
?T("Same as top-level _`default_db`_ option, but applied to this module only.")}},
|
||||||
{token_lifetime,
|
{token_lifetime,
|
||||||
#{value => "timeout()",
|
#{value => "timeout()",
|
||||||
desc => ?T("Time that tokens will be keept, measured from it's creation time. "
|
desc => ?T("Time that tokens will be kept, measured from it's creation time. "
|
||||||
"Default value set to 30 days")}},
|
"Default value set to 30 days")}},
|
||||||
{token_refresh_age,
|
{token_refresh_age,
|
||||||
#{value => "timeout()",
|
#{value => "timeout()",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue