We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94e922b commit 7329287Copy full SHA for 7329287
src/slider/tp-slider.ts
@@ -222,7 +222,7 @@ export class TPSliderElement extends HTMLElement {
222
* This function checks if the parent tp-slider belongs to this component,
223
* then return that arrow element, using 'this'.
224
*
225
- * @param {String} selector Selector.
+ * @param {string} selector Selector.
226
*/
227
getArrow( selector: string ) {
228
// Get all arrows.
0 commit comments