From 360ab8b75b056fc18d368ee27a78d34e29c0b2d9 Mon Sep 17 00:00:00 2001
From: Alexander Forbes-Reed <github@alx.red>
Date: Wed, 3 Nov 2021 06:20:09 -0400
Subject: [PATCH] Fix typo in the `bug_report` template (#353)

---
 .github/ISSUE_TEMPLATE/bug_report.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index de8f7a0..ca88112 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -29,10 +29,10 @@ Specify the action version
 <!--- Please specify versions of node and package manager (npm, yarn, pnpm and etc)-->
 
 **Repro steps:**  
-A description with steps to reproduce the issue. If your have a public example or repo to share, please provide the link.
+A description with steps to reproduce the issue. If you have a public example or repo to share, please provide the link.
 
 **Expected behavior:**
 A description of what you expected to happen.
 
 **Actual behavior:**
-A description of what is actually happening.
\ No newline at end of file
+A description of what is actually happening.