Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Commit

Permalink
docs(api): add spaces to avoid breaking mobile layout (#8967)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
clemcode and danielroe committed Nov 14, 2022
1 parent ce7a55e commit cb6b279
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/3.api/5.commands/add.md
Expand Up @@ -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:

Expand Down

0 comments on commit cb6b279

Please sign in to comment.