From 88d7077fca522c0cc396c5912823905829011255 Mon Sep 17 00:00:00 2001 From: Ikko Ashimine Date: Mon, 21 Nov 2022 19:43:53 +0900 Subject: [PATCH] docs: fix typo in `commands/add` (#9206) --- docs/content/1.docs/3.api/5.commands/add.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/1.docs/3.api/5.commands/add.md b/docs/content/1.docs/3.api/5.commands/add.md index 75f552ddc8..b94e56d545 100644 --- a/docs/content/1.docs/3.api/5.commands/add.md +++ b/docs/content/1.docs/3.api/5.commands/add.md @@ -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`.