mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-08 06:09:58 +00:00
LibWeb: Fix typo "folowing" → "following"
This commit is contained in:
parent
a72b0c29bb
commit
4221a18974
Notes:
github-actions[bot]
2025-09-24 10:55:56 +00:00
Author: https://github.com/dvlpr-shivendra
Commit: 4221a18974
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/6257
Reviewed-by: https://github.com/AtkinsSJ ✅
1 changed files with 1 additions and 1 deletions
|
|
@ -383,7 +383,7 @@ void set_up_cross_realm_transform_writable(JS::Realm& realm, WritableStream& str
|
|||
return *reaction_promise->promise;
|
||||
});
|
||||
|
||||
// 9. Let closeAlgorithm be the folowing steps:
|
||||
// 9. Let closeAlgorithm be the following steps:
|
||||
auto close_algorithm = GC::create_function(realm.heap(), [&realm, &port]() -> GC::Ref<WebIDL::Promise> {
|
||||
// 1. Perform ! PackAndPostMessage(port, "close", undefined).
|
||||
MUST(pack_and_post_message(realm, port, "close"sv, JS::js_undefined()));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue