Skip to content

Commit

Permalink
Fix incorrect JSDoc param name.
Browse files Browse the repository at this point in the history
bicknellr committed Apr 3, 2020

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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
@@ -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) {

0 comments on commit c0813cd

Please sign in to comment.