Skip to content

Commit 75aeaa1

Browse files
Update packages/uui-copy/lib/uui-copy.element.ts
Co-authored-by: Jacob Overgaard <[email protected]>
1 parent 0901ebe commit 75aeaa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/uui-copy/lib/uui-copy.element.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { UUICopyEvent } from './UUICopyEvent';
99
* Inspired by shoelace.style copy button
1010
* @element uui-copy
1111
* @dependency uui-button
12-
* @dependancy uui-icon
12+
* @dependency uui-icon
1313
* @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
1414
* @fires {UUICopyEvent} copied - Fires when the content is copied to the clipboard
1515
* @slot - Use to replace the default content of 'Copy' and the copy icon

0 commit comments

Comments
 (0)