Skip to content

Commit

Permalink
Fix incorrect JSDoc param name.
Browse files Browse the repository at this point in the history
  • Loading branch information
bicknellr committed Apr 3, 2020
1 parent bdd7658 commit c0813cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/utils/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit c0813cd

Please sign in to comment.