diff --git a/dist/js/tooltipster.bundle.js b/dist/js/tooltipster.bundle.js index b96ac08..524acc5 100644 --- a/dist/js/tooltipster.bundle.js +++ b/dist/js/tooltipster.bundle.js @@ -2927,7 +2927,7 @@ $.fn.tooltipster = function() { this.each(function() { - // retrieve the namepaces of the tooltip(s) that exist on that element. + // retrieve the namespaces of the tooltip(s) that exist on that element. // We will interact with the first tooltip only. var ns = $(this).data('tooltipster-ns'), // self represents the instance of the first tooltipster plugin diff --git a/dist/js/tooltipster.main.js b/dist/js/tooltipster.main.js index 31e2d72..617851e 100644 --- a/dist/js/tooltipster.main.js +++ b/dist/js/tooltipster.main.js @@ -2927,7 +2927,7 @@ $.fn.tooltipster = function() { this.each(function() { - // retrieve the namepaces of the tooltip(s) that exist on that element. + // retrieve the namespaces of the tooltip(s) that exist on that element. // We will interact with the first tooltip only. var ns = $(this).data('tooltipster-ns'), // self represents the instance of the first tooltipster plugin diff --git a/src/js/tooltipster.js b/src/js/tooltipster.js index e2c7da1..8ad5dca 100644 --- a/src/js/tooltipster.js +++ b/src/js/tooltipster.js @@ -2905,7 +2905,7 @@ $.fn.tooltipster = function() { this.each(function() { - // retrieve the namepaces of the tooltip(s) that exist on that element. + // retrieve the namespaces of the tooltip(s) that exist on that element. // We will interact with the first tooltip only. var ns = $(this).data('tooltipster-ns'), // self represents the instance of the first tooltipster plugin @@ -3318,4 +3318,4 @@ function transitionSupport() { // we'll return jQuery for plugins not to have to declare it as a dependency, // but it's done by a build task since it should be included only once at the -// end when we concatenate the main file with a plugin \ No newline at end of file +// end when we concatenate the main file with a plugin