✏️ Fix grammar, typos, and broken links in docs#15694
Merged
Merged
Conversation
Contributor
6682d95 to
9c7b258
Compare
YuriiMotov
commented
Jun 8, 2026
This was referenced Jun 8, 2026
Contributor
|
This pull request has a merge conflict that needs to be resolved. |
This was referenced Jun 17, 2026
tiangolo
approved these changes
Jun 19, 2026
tiangolo
left a comment
Member
There was a problem hiding this comment.
Amazing, thank you! I learned things along the way. 🤓
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.
Fixed typos and grammar mistakes in docs.
I used Claude Code to find and fix mistakes, but carefully reviewed all corrections and asked to rephrase a couple of sentences to make them easier to read.
docs live command showed that there were some broken links. I applied minimal fix in 0e25472 (updated some links and removed if there are no relevant section anymore), but we should probably revise the "FastAPI People" page
Noticed that "Migrate from Pydantic v1 to Pydantic v2" page still states that FastAPI supports
pydantic.v1, that is no longer true. Updated that page to clarify that it was only supported up to FastAPI 0.128.0 (commit 03b44b6)Also fixed typos in agent skills (commit 0e25472) as it's also kind of documentation