LibWeb: Fix typo "folowing" → "following"

This commit is contained in:
Shivendra Kumar 2025-09-21 13:26:48 +05:30 committed by Sam Atkins
parent a72b0c29bb
commit 4221a18974

View File

@ -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()));