Skip to content

Commit

Permalink
Correct a spelling mistake in README.md
Browse files Browse the repository at this point in the history
"a" only needs one "a". :)
  • Loading branch information
jeremyroman authored Sep 18, 2024
1 parent d7bc48b commit 27033cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 27033cf

Please sign in to comment.