Skip to content

Commit be78c29

Browse files
Fix copy to clipboard action in docs (#277)
* Fix copy to clipboard action in docs * Remove typo
1 parent f37bfb9 commit be78c29

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/views/clipboard.scala.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
}
1313

1414
// Run Clipboard
15-
var copyCode = new Clipboard('.copy-button', {
15+
var copyCode = new ClipboardJS('.copy-button', {
1616
target: function(trigger) {
1717
return trigger.previousElementSibling;
1818
}

0 commit comments

Comments
 (0)