From fa7bd7252d1f26cfd2b1aa18c3fa705ec16f13bf Mon Sep 17 00:00:00 2001 From: SrIzan10 <66965250+SrIzan10@users.noreply.github.com> Date: Mon, 25 Dec 2023 21:16:39 +0100 Subject: [PATCH] chore: replace w/ with "with" --- metadata/templateChoices.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/metadata/templateChoices.json b/metadata/templateChoices.json index b9b72c6..01b4f06 100644 --- a/metadata/templateChoices.json +++ b/metadata/templateChoices.json @@ -1,13 +1,12 @@ [ { - "title": "Typescript w/ sern cli & ESM", + "title": "Typescript with sern cli & ESM", "value": "ts+cli" }, { - "title": "Javascript w/ sern cli & ESM", + "title": "Javascript with sern cli & ESM", "value": "js+cli" }, - { "title": "Typescript", "value": "ts"