✏️ Fix grammar typo in HTTP Basic Auth docs: "a type of attacks" -> "…#15837
Open
ImannBrar wants to merge 1 commit into
Open
✏️ Fix grammar typo in HTTP Basic Auth docs: "a type of attacks" -> "…#15837ImannBrar wants to merge 1 commit into
ImannBrar wants to merge 1 commit into
Conversation
…a type of attack"
Contributor
📝 Docs previewLast commit 2fa5606 at: https://cad2e3ac.fastapitiangolo.pages.dev Modified Pages |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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