From 27f8c243186cf48b669ccc21fdd6e5a8d442917b Mon Sep 17 00:00:00 2001 From: Kartal Kaan Bozdogan Date: Sun, 17 Dec 2023 23:42:28 +0100 Subject: [PATCH] Fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f0ae0f..f124917 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ A straightforward, reliable, performant and testable reactive state management s --- -Computed makes it a breeze to write code that reacts to external events. Just define how you compute your app state based on external data sources, and what effects you want as a result, and Computed will take care of everything else, allowing you to define your app state decleratively, rather than imperatively. +Computed makes it a breeze to write code that reacts to external events. Just define how you compute your app state based on external data sources, and what effects you want as a result, and Computed will take care of everything else, allowing you to define your app state declaratively, rather than imperatively. Computed: