aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Scott Noyes <[email protected]>2022-11-29 13:55:47 -0600
committerGravatar GitHub <[email protected]>2022-11-29 13:55:47 -0600
commit21d817b3ee4617808261d4d73d487e5957e06c82 (patch)
treed2851995d21f1bebd71814952ae12fd4083ce534
parentMerge pull request #802 from python-discord/dependabot/pip/sentry-sdk-1.11.1 (diff)
minor grammar
plural noun "things" requires plural verb "are"
-rw-r--r--pydis_site/apps/content/resources/guides/pydis-guides/asking-good-questions.md2
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