Skip to content

Commit

Permalink
Fix typo for StackBlitz edit button's tooltip (#36073)
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-deramond committed Mar 29, 2022
1 parent e342142 commit 6b4bdcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/assets/js/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
}

snippetButtonTooltip('.btn-clipboard', 'Copy to clipboard')
snippetButtonTooltip('.btn-edit', 'Edit on Stackblitz')
snippetButtonTooltip('.btn-edit', 'Edit on StackBlitz')

var clipboard = new ClipboardJS('.btn-clipboard', {
target: function (trigger) {
Expand Down

0 comments on commit 6b4bdcc

Please sign in to comment.