repos / starfx

supercharged async flow control library.
git clone https://github.com/neurosnap/starfx.git

commit
8984f7a
parent
d4d1134
author
Eric Bower
date
2024-08-17 01:46:18 +0000 UTC
docs: typo
2 files changed,  +2, -2
M docs/posts/selectors.md
+1, -1
1@@ -1,6 +1,6 @@
2 ---
3 title: Selectors
4-Description: Deriving data with selectors 
5+description: Deriving data with selectors 
6 ---
7 
8 In a typical web app, the logic for deriving data is usually written as
M docs/posts/store.md
+1, -1
1@@ -1,6 +1,6 @@
2 ---
3 title: Store
4-Description: An immutable store that acts like a reactive, in-memory database
5+description: An immutable store that acts like a reactive, in-memory database
6 ---
7 
8 Features: