Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Fix simple typo, namepaces -> namespaces #809

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dist/js/tooltipster.bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion dist/js/tooltipster.main.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions src/js/tooltipster.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
// end when we concatenate the main file with a plugin