From 75aeaa18be1319555c990db68999c1a055366dab Mon Sep 17 00:00:00 2001 From: Warren Buckley Date: Tue, 7 Jan 2025 10:29:25 +0000 Subject: [PATCH] Update packages/uui-copy/lib/uui-copy.element.ts Co-authored-by: Jacob Overgaard <752371+iOvergaard@users.noreply.github.com> --- packages/uui-copy/lib/uui-copy.element.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/uui-copy/lib/uui-copy.element.ts b/packages/uui-copy/lib/uui-copy.element.ts index 304b478c4..aa3fd7166 100644 --- a/packages/uui-copy/lib/uui-copy.element.ts +++ b/packages/uui-copy/lib/uui-copy.element.ts @@ -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