Skip to content

Commit 5496497

Browse files
committed
Merge pull request #1975 from kaorun343/fix-typo
Update dom.js
2 parents 329903d + 0e2a0a1 commit 5496497

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/util/dom.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ function setClass (el, cls) {
187187
* Add class with compatibility for IE & SVG
188188
*
189189
* @param {Element} el
190-
* @param {Strong} cls
190+
* @param {String} cls
191191
*/
192192

193193
export function addClass (el, cls) {
@@ -205,7 +205,7 @@ export function addClass (el, cls) {
205205
* Remove class with compatibility for IE & SVG
206206
*
207207
* @param {Element} el
208-
* @param {Strong} cls
208+
* @param {String} cls
209209
*/
210210

211211
export function removeClass (el, cls) {

0 commit comments

Comments
 (0)