From 6fc835a5a8e9dff127f0bcc08865878ea479996a Mon Sep 17 00:00:00 2001 From: Matthias Endler Date: Sun, 30 Jun 2024 16:09:02 +0200 Subject: [PATCH] Fix a typo in `overview.md` --- docs/src/overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/overview.md b/docs/src/overview.md index efd0fe96..fff86614 100644 --- a/docs/src/overview.md +++ b/docs/src/overview.md @@ -36,7 +36,7 @@ You can also join the friendly conversation on our [Zulip channel](https://crux- The architecture is event-driven, based on [event sourcing](https://martinfowler.com/eaaDev/EventSourcing.html). The Core holds the majority of state, which is updated in response to events happening in -the Shell. The interface between the Core and the Shell is messaged based. +the Shell. The interface between the Core and the Shell is message-based. The user interface layer is built natively, with modern declarative UI frameworks such as Swift UI, Jetpack Compose and React/Vue or a WASM based