-
-
Notifications
You must be signed in to change notification settings - Fork 8.5k
Fix typo in documents #10835
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix typo in documents #10835
Conversation
|
📝 Docs preview for commit 036e8af at: https://52a3fe25.fastapitiangolo.pages.dev |
Jamim
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello @urushio,
Nice catch! But there are many more onwers to fix 😅
$ ag Onwer
docs/en/docs/release-notes.md
45: raise HTTPException(status_code=400, detail=f"Onwer error: {e}")
tests/test_tutorial/test_dependencies/test_tutorial008b.py
17: assert response.json() == {"detail": "Onwer error: Rick"}
tests/test_tutorial/test_dependencies/test_tutorial008b_an.py
17: assert response.json() == {"detail": "Onwer error: Rick"}
tests/test_tutorial/test_dependencies/test_tutorial008b_an_py39.py
17: assert response.json() == {"detail": "Onwer error: Rick"}
docs_src/dependencies/tutorial008b.py
20: raise HTTPException(status_code=400, detail=f"Onwer error: {e}")
docs_src/dependencies/tutorial008b_an_py39.py
22: raise HTTPException(status_code=400, detail=f"Onwer error: {e}")
docs_src/dependencies/tutorial008b_an.py
21: raise HTTPException(status_code=400, detail=f"Onwer error: {e}")
|
📝 Docs preview for commit 66d92ee at: https://91f23638.fastapitiangolo.pages.dev |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am with @Jamim, can you also fix those?
|
I think he already has fixed all seven. |
|
@nilslindemann I just double-checked it and there are no |
No description provided.