diff --git a/code/frontend/src/components/providers/GlobalUser.js b/code/frontend/src/components/providers/GlobalUser.js index 4e0dcf8..52da185 100644 --- a/code/frontend/src/components/providers/GlobalUser.js +++ b/code/frontend/src/components/providers/GlobalUser.js @@ -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}.