mirror of
https://github.com/pds-nest/nest.git
synced 2024-11-22 04:54:18 +00:00
📔 Slight improvement to docs
This commit is contained in:
parent
cc6c5eeabe
commit
26dcf3014e
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ export default function GlobalUser({ children }) {
|
|||
*
|
||||
* Requires an user to be logged in!
|
||||
*
|
||||
* @param method - The method to use.
|
||||
* @param method - The HTTP method to use.
|
||||
* @param path - The path to request data at (ex. `/api/repositories`)
|
||||
* @param body - The body of the request (it will be automatically converted to JSON.
|
||||
* @param init - Additional arguments to pass to the `init` parameter of {@link fetch}.
|
||||
|
|
Loading…
Reference in a new issue