mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 18:47:34 +00:00
Userland: Fix typos
This commit is contained in:
parent
971d60c329
commit
6c9bc18a79
6 changed files with 17 additions and 17 deletions
|
@ -288,7 +288,7 @@ void Window::fire_a_page_transition_event(FlyString event_name, bool persisted)
|
|||
// with the persisted attribute initialized to persisted,
|
||||
auto event = HTML::PageTransitionEvent::create(move(event_name), persisted);
|
||||
|
||||
// ...the cancelable attribute intialized to true,
|
||||
// ...the cancelable attribute initialized to true,
|
||||
event->set_cancelable(true);
|
||||
|
||||
// the bubbles attribute initialized to true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue