1
Fork 0
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:
Stefano Pigozzi 2021-05-07 03:35:39 +02:00
parent cc6c5eeabe
commit 26dcf3014e
Signed by untrusted user who does not match committer: steffo
GPG key ID: 6965406171929D01

View file

@ -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}.