Skip to content

Commit e7e840a

Browse files
styfleelvis kahoro
andauthored
fix: typo in "Create Next.js App" (#161)
* fix: typo in "Create Next.js App" * Update "App" to be uppercase --------- Co-authored-by: elvis kahoro <elvis@warp.dev>
1 parent c5e30ba commit e7e840a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

specs/nextjs/create_next_app.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: Create Next.JS app
2+
name: Create Next.js App
33
command: npx create-next-app {{project_name}} --use-{{package_manager}}
44
tags:
55
- react
@@ -12,7 +12,7 @@ arguments:
1212
description: The package manager to use for the application
1313
default_value: npm
1414
source_url: https://nextjs.org/docs/api-reference/create-next-app
15-
description: Create Next.JS application
15+
description: Create a new Next.js application
1616
author: Lukas Varkalis
1717
author_url: https://github.com/lukasvarkalis
1818
shells: []

0 commit comments

Comments
 (0)