chore: Standardize code, comments and docs on US-English spelling (#2707)

This commit is contained in:
Dermot Duffy
2026-08-23 08:57:41 -07:00
committed by GitHub
parent 965f2b4c9d
commit 03d9df8282
48 changed files with 94 additions and 89 deletions
+2 -2
View File
@@ -158,11 +158,11 @@ interface EventEntry {
target: EventTarget | null;
}
interface LabelledElement extends Element {
interface LabeledElement extends Element {
label?: string;
}
const hasLabel = (element: Element): element is LabelledElement => 'label' in element;
const hasLabel = (element: Element): element is LabeledElement => 'label' in element;
/**
* What a control calls itself to the user. The card titles the controls it