mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-17 19:21:23 +03:00
Fix typo for StackBlitz edit button's tooltip (#36073)
This commit is contained in:
@@ -144,7 +144,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
snippetButtonTooltip('.btn-clipboard', 'Copy to clipboard')
|
snippetButtonTooltip('.btn-clipboard', 'Copy to clipboard')
|
||||||
snippetButtonTooltip('.btn-edit', 'Edit on Stackblitz')
|
snippetButtonTooltip('.btn-edit', 'Edit on StackBlitz')
|
||||||
|
|
||||||
var clipboard = new ClipboardJS('.btn-clipboard', {
|
var clipboard = new ClipboardJS('.btn-clipboard', {
|
||||||
target: function (trigger) {
|
target: function (trigger) {
|
||||||
|
|||||||
Reference in New Issue
Block a user