diff options
author | 2022-11-29 20:19:54 +0000 | |
---|---|---|
committer | 2022-11-29 20:19:54 +0000 | |
commit | 8903aab3f491061cc6c4a354d8031d051589591f (patch) | |
tree | d2851995d21f1bebd71814952ae12fd4083ce534 | |
parent | Merge pull request #802 from python-discord/dependabot/pip/sentry-sdk-1.11.1 (diff) | |
parent | minor grammar (diff) |
Merge pull request #806 from snoyes/patch-1
minor grammar
-rw-r--r-- | pydis_site/apps/content/resources/guides/pydis-guides/asking-good-questions.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_site/apps/content/resources/guides/pydis-guides/asking-good-questions.md b/pydis_site/apps/content/resources/guides/pydis-guides/asking-good-questions.md index 971989a9..b08ba7c6 100644 --- a/pydis_site/apps/content/resources/guides/pydis-guides/asking-good-questions.md +++ b/pydis_site/apps/content/resources/guides/pydis-guides/asking-good-questions.md @@ -26,7 +26,7 @@ If none of the above steps help you or you're not sure how to do some of the abo # A Good Question -When you're ready to ask a question, there's a few things you should have to hand before forming a query. +When you're ready to ask a question, there are a few things you should have to hand before forming a query. * A code example that illustrates your problem * If possible, make this a minimal example rather than an entire application |