docs: fix typo in `commands/add` (#9206)

This commit is contained in:
Ikko Ashimine 2022-11-21 19:43:53 +09:00 committed by GitHub
parent f920e526af
commit 88d7077fca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ Option | Default | Description
**Modifiers:**
Some templates support additional modifer flags to add a suffix (like `.client` or `.get`) to their name.
Some templates support additional modifier flags to add a suffix (like `.client` or `.get`) to their name.
**Example:** `npx nuxi add plugin sockets --client` generates `/plugins/sockets.client.ts`.