]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Micro-tweak help docs (#5960)
authorSebastián Ramírez <tiangolo@gmail.com>
Fri, 3 Feb 2023 17:54:22 +0000 (18:54 +0100)
committerGitHub <noreply@github.com>
Fri, 3 Feb 2023 17:54:22 +0000 (17:54 +0000)
docs/en/docs/help-fastapi.md

index 767f7b43fcf72e3d016221a5aa758ee5ba8f3671..48a88ee96cf7f21ca7e12ec59f51e8be8684a49a 100644 (file)
@@ -152,7 +152,7 @@ Here's what to have in mind and how to review a pull request:
 
 ### Understand the problem
 
-* First, make sure you **understand the problem** that the pull request is trying to solve. It might have a longer discussion in a GitHub Discussion or Issue.
+* First, make sure you **understand the problem** that the pull request is trying to solve. It might have a longer discussion in a GitHub Discussion or issue.
 
 * There's also a good chance that the pull request is not actually needed because the problem can be solved in a **different way**. Then you can suggest or ask about that.