Everywhere: Fix a bunch of typos

This commit is contained in:
Linus Groh
2022-05-29 11:50:10 +01:00
committed by Andreas Kling
parent f377951178
commit 173dcfb7cb
17 changed files with 23 additions and 23 deletions

View File

@@ -11,8 +11,8 @@
namespace Web::HTML {
// Form-associated elements should invoke this macro to inject overidden FormAssociatedElement and HTMLElement
// methods as needed. If your class wished to override an HTMLElement method that is overidden here, use the
// Form-associated elements should invoke this macro to inject overridden FormAssociatedElement and HTMLElement
// methods as needed. If your class wished to override an HTMLElement method that is overridden here, use the
// following methods instead:
//
// HTMLElement::inserted() -> Use form_associated_element_was_inserted()