Skip to content

Commit

Permalink
Merge pull request #251 from mre/patch-1
Browse files Browse the repository at this point in the history
Fix a typo in `overview.md`
  • Loading branch information
StuartHarris authored Jul 1, 2024
2 parents c3b3281 + 6fc835a commit 2827841
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2827841

Please sign in to comment.