mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 08:36:15 +00:00
Everywhere: Fix a bunch of typos
This commit is contained in:
committed by
Andreas Kling
parent
f377951178
commit
173dcfb7cb
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user