fix wrong param name in JSDoc

This commit is contained in:
Thomas Rupprecht 2022-12-10 14:59:26 +01:00 committed by Igor Scheller
parent fef5d77443
commit f446f0da7d
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ import { ready } from './ready';
/**
* @param {NodeList} elements
* @param {string} styleProp
* @param {string} prop
* @param {*} value
*/
const applyStyle = (elements, prop, value) => {