From: Sebastián Ramírez Date: Fri, 3 Feb 2023 17:54:22 +0000 (+0100) Subject: 📝 Micro-tweak help docs (#5960) X-Git-Tag: 0.90.0~21 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fc7da62005e60c08252c53c71a0d7f34d1a20666;p=thirdparty%2Ffastapi%2Ffastapi.git 📝 Micro-tweak help docs (#5960) --- diff --git a/docs/en/docs/help-fastapi.md b/docs/en/docs/help-fastapi.md index 767f7b43fc..48a88ee96c 100644 --- a/docs/en/docs/help-fastapi.md +++ b/docs/en/docs/help-fastapi.md @@ -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.