From 5945dba412927acb10b364ab4c5131146aa2030f Mon Sep 17 00:00:00 2001 From: Dmitriy Bogdanov Date: Thu, 26 Dec 2024 14:55:31 +0100 Subject: [PATCH] Fix a couple of typos in documentation --- src/mod_auth_fast.erl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/mod_auth_fast.erl b/src/mod_auth_fast.erl index 8ccf00e91..aa40e8f1a 100644 --- a/src/mod_auth_fast.erl +++ b/src/mod_auth_fast.erl @@ -93,8 +93,8 @@ mod_doc() -> #{desc => [?T("The module adds support for " "https://xmpp.org/extensions/xep-0484.html" - "[XEP-0480: Fast Authentication Streamlining Tokens] that allows users to authenticate " - "using self managed tokens.")], + "[XEP-0484: Fast Authentication Streamlining Tokens] that allows users to authenticate " + "using self-managed tokens.")], note => "added in 24.12", opts => [{db_type, @@ -103,7 +103,7 @@ mod_doc() -> ?T("Same as top-level _`default_db`_ option, but applied to this module only.")}}, {token_lifetime, #{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")}}, {token_refresh_age, #{value => "timeout()",