Skip to content

Commit

Permalink
Update packages/uui-copy/lib/uui-copy.element.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Jacob Overgaard <[email protected]>
  • Loading branch information
warrenbuckley and iOvergaard authored Jan 7, 2025
1 parent 0901ebe commit 75aeaa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/uui-copy/lib/uui-copy.element.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { UUICopyEvent } from './UUICopyEvent';
* Inspired by shoelace.style copy button
* @element uui-copy
* @dependency uui-button
* @dependancy uui-icon
* @dependency uui-icon
* @fires {UUICopyEvent} copying - Fires before the content is about to copied to the clipboard and can be used to transform or modify the data before its added to the clipboard
* @fires {UUICopyEvent} copied - Fires when the content is copied to the clipboard
* @slot - Use to replace the default content of 'Copy' and the copy icon
Expand Down

0 comments on commit 75aeaa1

Please sign in to comment.