diff --git a/docs/en/docs/advanced/security/http-basic-auth.md b/docs/en/docs/advanced/security/http-basic-auth.md index 01693e0a0..1405ef315 100644 --- a/docs/en/docs/advanced/security/http-basic-auth.md +++ b/docs/en/docs/advanced/security/http-basic-auth.md @@ -50,7 +50,7 @@ if not (credentials.username == "stanleyjobson") or not (credentials.password == ... ``` -But by using the `secrets.compare_digest()` it will be secure against a type of attacks called "timing attacks". +But by using the `secrets.compare_digest()` it will be secure against a type of attack called "timing attacks". ### Timing Attacks { #timing-attacks }