Skip to content

Commit

Permalink
fix: typo in "Create Next.js App" (#161)
Browse files Browse the repository at this point in the history
* fix: typo in "Create Next.js App"

* Update "App" to be uppercase

---------

Co-authored-by: elvis kahoro <[email protected]>
  • Loading branch information
styfle and elvis kahoro authored Sep 6, 2023
1 parent c5e30ba commit e7e840a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions specs/nextjs/create_next_app.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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: []

0 comments on commit e7e840a

Please sign in to comment.