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

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

Merged
merged 2 commits into from
Nov 14, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/content/3.api/5.commands/add.md
Original file line number Diff line number Diff line change
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