From 99217a4172f88660bdb438c43e3b5dbf427241e2 Mon Sep 17 00:00:00 2001 From: Maarten Zuidhoorn Date: Fri, 8 Mar 2024 12:01:06 +0100 Subject: [PATCH] Fix jsdoc --- yarn.config.cjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yarn.config.cjs b/yarn.config.cjs index 2913519..7086294 100644 --- a/yarn.config.cjs +++ b/yarn.config.cjs @@ -23,7 +23,7 @@ const BASE_URL = 'https://github.com/MetaMask/'; * `workspace-name`. * * @param {Workspace} workspace - The workspace. - * @return {string} The name of the workspace. + * @returns {string} The name of the workspace. */ function getWorkspaceName(workspace) { return basename(workspace.ident);