From 12548963b495712175a1be638fccca7489dddb32 Mon Sep 17 00:00:00 2001 From: JeremyStarTM Date: Sat, 18 May 2024 16:30:05 +0200 Subject: [PATCH] Fix issue template typo --- .gitea/issue_template/featurerequest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/issue_template/featurerequest.yml b/.gitea/issue_template/featurerequest.yml index f4b6fb0..2ed0fae 100644 --- a/.gitea/issue_template/featurerequest.yml +++ b/.gitea/issue_template/featurerequest.yml @@ -22,7 +22,7 @@ body: description: 'Explain *what* you want added. Also describe why this feature can''t implemented without integrating it into the CORE Framework. Include as many details as possible.' placeholder: | Example: - I want to do XY in my project, which is fairely hard to implement but would benefit a lot of projects. + I want to do XY in my project, which is fairly hard to implement but would benefit a lot of projects. validations: required: true - type: 'textarea'