diff --git a/packages/core/src/attributes.mjs b/packages/core/src/attributes.mjs index f04a1211b67..211c7b28fe6 100644 --- a/packages/core/src/attributes.mjs +++ b/packages/core/src/attributes.mjs @@ -35,7 +35,7 @@ Attributes.prototype.add = function (name, value) { } /** - * Return a props object for attributes with a fiven prefix (typically used for data-text) + * Return a props object for attributes with a given prefix (typically used for data-text) * * @param {string} prefix - The prefix to filter attributes on * @return {object} props - The attributes as props