Skip to content

Commit 4221a18

Browse files
dvlpr-shivendraAtkinsSJ
authored andcommitted
LibWeb: Fix typo "folowing" → "following"
1 parent a72b0c2 commit 4221a18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Libraries/LibWeb/Streams/AbstractOperations.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ void set_up_cross_realm_transform_writable(JS::Realm& realm, WritableStream& str
383383
return *reaction_promise->promise;
384384
});
385385

386-
// 9. Let closeAlgorithm be the folowing steps:
386+
// 9. Let closeAlgorithm be the following steps:
387387
auto close_algorithm = GC::create_function(realm.heap(), [&realm, &port]() -> GC::Ref<WebIDL::Promise> {
388388
// 1. Perform ! PackAndPostMessage(port, "close", undefined).
389389
MUST(pack_and_post_message(realm, port, "close"sv, JS::js_undefined()));

0 commit comments

Comments
 (0)