Skip to content

Commit 7329287

Browse files
committed
Fix linting issues
1 parent 94e922b commit 7329287

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/slider/tp-slider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ export class TPSliderElement extends HTMLElement {
222222
* This function checks if the parent tp-slider belongs to this component,
223223
* then return that arrow element, using 'this'.
224224
*
225-
* @param {String} selector Selector.
225+
* @param {string} selector Selector.
226226
*/
227227
getArrow( selector: string ) {
228228
// Get all arrows.

0 commit comments

Comments
 (0)