diff --git a/lib/utils/settings.js b/lib/utils/settings.js index 7b858c2284..0e4bd486bf 100644 --- a/lib/utils/settings.js +++ b/lib/utils/settings.js @@ -351,7 +351,7 @@ export let shareBuiltCSSWithAdoptedStyleSheets = /** * Sets `shareBuiltCSSWithAdoptedStyleSheets` globally. * - * @param {boolean} newValue enable or disable `shareBuiltCSSWithAdoptedStyleSheets` + * @param {boolean} value enable or disable `shareBuiltCSSWithAdoptedStyleSheets` * @return {void} */ export const setShareBuiltCSSWithAdoptedStyleSheets = function(value) {