From 27033cfa7939db2285dc8375ba3116d2f45ef9aa Mon Sep 17 00:00:00 2001 From: Jeremy Roman Date: Wed, 18 Sep 2024 11:41:13 -0400 Subject: [PATCH] Correct a spelling mistake in README.md "a" only needs one "a". :) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6e65eae..5cc5ffe 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ composable event handling. ### `EventTarget` integration -This proposal adds aa `.when()` method to `EventTarget` that becomes a better +This proposal adds a `.when()` method to `EventTarget` that becomes a better `addEventListener()`; specifically it returns a [new `Observable`](#the-observable-api) that adds a new event listener to the target when its `subscribe()` method is called. The Observable calls the subscriber's