From 0c200a5b213a84f0bc07358da9a0365d82851113 Mon Sep 17 00:00:00 2001 From: Jason Farmer Date: Fri, 31 Aug 2018 10:55:20 -0400 Subject: [PATCH] Fix minor spelling error --- src/siema.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/siema.js b/src/siema.js index 83b4c93..aaf3041 100644 --- a/src/siema.js +++ b/src/siema.js @@ -641,7 +641,7 @@ export default class Siema { /** - * Prepernd item to carousel. + * Prepend item to carousel. * @param {HTMLElement} item - Item to prepend. * @param {function} callback - Optional callback to call after prepend. */