diff --git a/src/content/docs/basics/why.mdx b/src/content/docs/basics/why.mdx index e36ffcd..d370924 100644 --- a/src/content/docs/basics/why.mdx +++ b/src/content/docs/basics/why.mdx @@ -138,7 +138,7 @@ That way, you can use it as a generic OpenID provider for a "Sign in with..." bu ### Detect bots and fake accounts For websites, it is difficult to distinguish real users from fake ones like bots. -A "reputation" associated to users helps to determine their thrustworthiness. +A "reputation" associated to users helps to determine their trustworthiness. The reputation for example increases with verified informations (e-mail, phone, multi-devices, identity) and behavior (account age, regular activity) while it decreases upon complaints. The whole in a privacy-preserving way of course.