From dd83341784e4965f632ce0869881923227d8ecd7 Mon Sep 17 00:00:00 2001 From: Ashley Boyce <43975470+BinaryCrochet@users.noreply.github.com> Date: Tue, 13 Nov 2018 21:40:58 -0600 Subject: [PATCH] Fixed grammatical error (#25639) Corrected text in section "Found a bug?" to include an omitted word. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8650ed6f24..e974e8a023 100644 --- a/README.md +++ b/README.md @@ -122,7 +122,7 @@ Our community also has: ### Found a bug? -If you think you've found a bug, first read the [Help I've Found a Bug](https://www.freecodecamp.org/forum/t/how-to-report-a-bug/19543) article and follow its instructions. If you're confident it's a new bug, and have confirmed that someone else facing the same issue, go ahead and create a new GitHub issue. Be sure to include as much information as possible so we can reproduce the bug. +If you think you've found a bug, first read the [Help I've Found a Bug](https://www.freecodecamp.org/forum/t/how-to-report-a-bug/19543) article and follow its instructions. If you're confident it's a new bug, and have confirmed that someone else is facing the same issue, go ahead and create a new GitHub issue. Be sure to include as much information as possible so we can reproduce the bug. ### Found a security issue?