Skip to content

Commit e46e459

Browse files
committed
Fix typo
1 parent a291199 commit e46e459

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
@@ -97,7 +97,7 @@ export class UUICopyElement extends LitElement {
9797
console.log('Element found to copy from', el);
9898
this.#valueToCopy = el.textContent || el.innerText || '';
9999

100-
// Overrude the value to copy ,if the element has a value property
100+
// Override the value to copy ,if the element has a value property
101101
// Such as uui-input or uui-textarea or native inout elements
102102
if ('value' in el) {
103103
console.log('This element has a value property', el);

0 commit comments

Comments
 (0)