From 324de6bf7a1639d53feeaf9da66dc02fa07d4ee9 Mon Sep 17 00:00:00 2001 From: Alfred Mountfield Date: Sun, 4 Dec 2022 21:35:10 +0000 Subject: [PATCH] Fix typos in 1.bug_report.yml (#43697) Found some tiny typos when using the bug template. ## Documentation / Examples - [x] Make sure the linting passes by running `pnpm build && pnpm lint` - [x] The "examples guidelines" are followed from [our contributing doc](https://github.com/vercel/next.js/blob/canary/contributing/examples/adding-examples.md) --- .github/ISSUE_TEMPLATE/1.bug_report.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/1.bug_report.yml b/.github/ISSUE_TEMPLATE/1.bug_report.yml index 4c0d08bc6cd61fd..2ecfe0c58326ec6 100644 --- a/.github/ISSUE_TEMPLATE/1.bug_report.yml +++ b/.github/ISSUE_TEMPLATE/1.bug_report.yml @@ -33,13 +33,13 @@ body: - 'ESLint (eslint-config-next)' - 'Font optimization (@next/font)' - 'Head component/file (next/head / head.js)' - - 'Internationalzation (i18n)' - - 'Image optmization (next/image, next/legacy/image)' + - 'Internationalization (i18n)' + - 'Image optimization (next/image, next/legacy/image)' - 'Jest (next/jest)' - 'Middleware / Edge (API routes, runtime)' - 'Package manager (npm, pnpm, Yarn)' - 'Routing (next/router, next/navigation, next/link)' - - 'Script optimizatzion (next/script)' + - 'Script optimization (next/script)' - 'Standalone mode (output: "standalone")' - 'Static HTML Export (next export)' - 'SWC minifier (swcMinify: true)'