From 57645e731ded0d824e5cc81548ec64ca273b28a1 Mon Sep 17 00:00:00 2001 From: Steven Date: Fri, 26 May 2023 17:21:11 -0400 Subject: [PATCH 1/2] fix: typo in "Create Next.js App" --- specs/nextjs/create_next_app.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/specs/nextjs/create_next_app.yaml b/specs/nextjs/create_next_app.yaml index 93ec0bd5..8d81b0c9 100644 --- a/specs/nextjs/create_next_app.yaml +++ b/specs/nextjs/create_next_app.yaml @@ -1,5 +1,5 @@ --- -name: Create Next.JS app +name: Create Next.js app command: npx create-next-app {{project_name}} --use-{{package_manager}} tags: - react @@ -12,7 +12,7 @@ arguments: description: The package manager to use for the application default_value: npm source_url: https://nextjs.org/docs/api-reference/create-next-app -description: Create Next.JS application +description: Create Next.js application author: Lukas Varkalis author_url: https://github.com/lukasvarkalis shells: [] From a585fa502d419666488315b156bd08aa400c27e6 Mon Sep 17 00:00:00 2001 From: Steven Date: Fri, 26 May 2023 17:25:51 -0400 Subject: [PATCH 2/2] Update "App" to be uppercase --- specs/nextjs/create_next_app.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/specs/nextjs/create_next_app.yaml b/specs/nextjs/create_next_app.yaml index 8d81b0c9..956abff5 100644 --- a/specs/nextjs/create_next_app.yaml +++ b/specs/nextjs/create_next_app.yaml @@ -1,5 +1,5 @@ --- -name: Create Next.js app +name: Create Next.js App command: npx create-next-app {{project_name}} --use-{{package_manager}} tags: - react @@ -12,7 +12,7 @@ arguments: description: The package manager to use for the application default_value: npm source_url: https://nextjs.org/docs/api-reference/create-next-app -description: Create Next.js application +description: Create a new Next.js application author: Lukas Varkalis author_url: https://github.com/lukasvarkalis shells: []