From f2e77af19a260bf50e6bc37812172d07071e4342 Mon Sep 17 00:00:00 2001 From: Andrey Helldar Date: Mon, 14 Feb 2022 01:10:34 +0300 Subject: [PATCH] Fixed a grammatical error in the form --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- .github/ISSUE_TEMPLATE/feature_request.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 2d6ecf5f..35a98d65 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -14,7 +14,7 @@ body: - type: textarea id: environment attributes: - label: Envoronment + label: Environment description: | Tip: Use the `composer info dragon-code/laravel-migration-actions` command to get information for Laravel Lang. Tip: Use the `php artisan --version` command to get information for Laravel Framework. diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 7411c6da..bbaac841 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -26,7 +26,7 @@ body: - type: textarea id: environment attributes: - label: Envoronment + label: Environment description: | Tip: Use the `composer info dragon-code/laravel-migration-actions` command to get information for Laravel Lang. Tip: Use the `php artisan --version` command to get information for your application.