From 947367b7191eafa6c30c56a0066cfe5c2f648d0f Mon Sep 17 00:00:00 2001 From: zach-is-my-name Date: Sat, 21 Dec 2024 23:49:31 -0500 Subject: [PATCH] typo --- packages/event-listener/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/event-listener/README.md b/packages/event-listener/README.md index bc0c660a9c..82195984f9 100644 --- a/packages/event-listener/README.md +++ b/packages/event-listener/README.md @@ -143,7 +143,7 @@ runLitActionInterval().catch(console.error); ## Functional interface -There care cases where such a declarative interface won't be enough for your use case. When that happens, the machines can also accept generic states, actions, transitions and listeners where it is possible to write any logic. +There are cases where such a declarative interface won't be enough for your use case. When that happens, the machines can also accept generic states, actions, transitions and listeners where it is possible to write any logic. Here is an example that listens to Ethereum block hashes, looking for those that end in '0'