Thanks to visit codestin.com
Credit goes to github.com

Skip to content

✏️ Fix grammar typo in HTTP Basic Auth docs: "a type of attacks" -> "…#15837

Open
ImannBrar wants to merge 1 commit into
fastapi:masterfrom
ImannBrar:fix-typo-http-basic-auth-type-of-attack
Open

✏️ Fix grammar typo in HTTP Basic Auth docs: "a type of attacks" -> "…#15837
ImannBrar wants to merge 1 commit into
fastapi:masterfrom
ImannBrar:fix-typo-http-basic-auth-type-of-attack

Conversation

@ImannBrar

Copy link
Copy Markdown

Pull Request

This is an obvious typo fix, so no GitHub Discussion is required.

Description

Fixes a small grammar typo in the HTTP Basic Auth documentation (docs/en/docs/advanced/security/http-basic-auth.md).

The text previously read "secure against a type of attacks called timing attacks", which is grammatically incorrect. With the singular form, it now reads "secure against a type of attack called timing attacks".

No code or behavior changes are involved — this is a documentation-only fix.

AI Disclaimer

No AI was used for this change.

Checklist

  • This PR is an obvious typo fix, or it links to a GitHub Discussion for the proposed code change.
  • I added tests for the change.
  • The new or updated tests fail on the main branch and pass on this PR.
  • Coverage stays at 100%.
  • The documentation explains the change if needed.

@github-actions github-actions Bot added the docs Documentation about how to use FastAPI label Jun 24, 2026
@github-actions

Copy link
Copy Markdown
Contributor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs Documentation about how to use FastAPI

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant