docs(api): add spaces to avoid breaking mobile layout (#8967)

* docs(api): add spaces to avoid breaking mobile layout

* Update docs/content/3.api/5.commands/add.md

Co-authored-by: Daniel Roe <daniel@roe.dev>

Co-authored-by: Daniel Roe <daniel@roe.dev>
This commit is contained in:
Clément Ollivier 2022-11-14 11:11:16 +01:00 committed by GitHub
parent ce7a55ecc2
commit cb6b279a8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ npx nuxi add middleware auth
## `nuxi add api`
* Modifier flags: `--method=connect|delete|get|head|options|patch|post|put|trace` or `--get`, `--post`, etc.
* Modifier flags: `--method` (can accept `connect`, `delete`, `get`, `head`, `options`, `patch`, `post`, `put` or `trace`) or alternatively you can directly use `--get`, `--post`, etc.
Example: