From 26dcf3014eef2494a167d8874675eb33cd45043d Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi <256895@studenti.unimore.it> Date: Fri, 7 May 2021 03:35:39 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=94=20Slight=20improvement=20to=20docs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- code/frontend/src/components/providers/GlobalUser.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}.