1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00

Fix typo for StackBlitz edit button's tooltip (#36073)

This commit is contained in:
Julien Déramond 2022-03-29 17:16:11 +02:00 committed by GitHub
parent e342142b61
commit 6b4bdcc657
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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) {