Skip to content

Commit c0813cd

Browse files
committed
Fix incorrect JSDoc param name.
1 parent bdd7658 commit c0813cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/utils/settings.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ export let shareBuiltCSSWithAdoptedStyleSheets =
351351
/**
352352
* Sets `shareBuiltCSSWithAdoptedStyleSheets` globally.
353353
*
354-
* @param {boolean} newValue enable or disable `shareBuiltCSSWithAdoptedStyleSheets`
354+
* @param {boolean} value enable or disable `shareBuiltCSSWithAdoptedStyleSheets`
355355
* @return {void}
356356
*/
357357
export const setShareBuiltCSSWithAdoptedStyleSheets = function(value) {

0 commit comments

Comments
 (0)