From a172900bf189e135f1a557b1acc1f771db26b310 Mon Sep 17 00:00:00 2001 From: Noman Date: Sat, 30 Nov 2024 00:56:47 -0500 Subject: [PATCH] Fix typo --- src/content/docs/basics/why.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.