mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 20:47:45 +00:00
Everywhere: Fix a bunch of typos
This commit is contained in:
parent
f377951178
commit
173dcfb7cb
17 changed files with 23 additions and 23 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue