From 276d97b0839c1b36f0d7a820f32300379d0b011f Mon Sep 17 00:00:00 2001 From: Daijiro Wachi Date: Fri, 16 Jan 2026 19:08:15 +0900 Subject: [PATCH] doc: fix typos in issue template config --- .github/ISSUE_TEMPLATE/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 0ec17d486e7712..dc01fd3fdac591 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -5,10 +5,10 @@ contact_links: about: Please file an issue in our help repo. - name: 📦 Have an issue with npm? url: https://github.com/npm/cli/issues - about: npm has a seperate issue tracker. + about: npm has a separate issue tracker. - name: 📡 Have an issue with undici? (`WebSocket`, `fetch`, etc.) url: https://github.com/nodejs/undici/issues - about: Undici has a seperate issue tracker. + about: Undici has a separate issue tracker. - name: 🌐 Found a problem with nodejs.org beyond the API reference docs? url: https://github.com/nodejs/nodejs.org/issues/new/choose about: Please file an issue in the Node.js website repo.