FIX: Incorrect param type in comment

Co-authored-by: Joffrey JAFFEUX <j.jaffeux@gmail.com>
This commit is contained in:
Keegan George 2022-11-04 09:30:11 -07:00 committed by GitHub
parent c15e39bca3
commit 85302d9c17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2033,7 +2033,7 @@ class PluginApi {
* );
*
* @param {string} label - An i18n key for the button label
* @param {icon} icon - An icon name from fontawesome
* @param {string} icon - An icon name from fontawesome
* @param {array} classes - An array of strings to be added as classes to the button
* @param {function} event - A function that returns an event to be dispatched when the button is clicked
*