From f47e09768ed59206f885703a1f9e954c090972f5 Mon Sep 17 00:00:00 2001 From: Wouter van Wageningen Date: Thu, 20 Apr 2023 17:50:36 +0000 Subject: [PATCH] spelling --- packages/core/src/defs.mjs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/core/src/defs.mjs b/packages/core/src/defs.mjs index 9fc13d25b31..dc3ab935ba0 100644 --- a/packages/core/src/defs.mjs +++ b/packages/core/src/defs.mjs @@ -70,8 +70,8 @@ Defs.prototype.render = function () { /** * Set a def, overwriting existing value * - * @param {string} name - Name of the defs to set - * @param {string} value - Value of the defs to set + * @param {string} name - Name of the def to set + * @param {string} value - Value of the def to set * @return {Defs} this - The Defs instance */ Defs.prototype.set = function (name, value) {