Skip to content

Commit

Permalink
Fixing typo (#518)
Browse files Browse the repository at this point in the history
  • Loading branch information
mzaini30 committed Jul 1, 2021
1 parent 2ae7cb4 commit 743b762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/guides/reactivity.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ render(() => <App />, document.getElementById("app"));

## Introducing Primitives

Solid is made up of 3 primary primitves, Signal, Memo, and Effect. At their core is the Observer pattern where Signals (and Memos) are tracked by
Solid is made up of 3 primary primitives, Signal, Memo, and Effect. At their core is the Observer pattern where Signals (and Memos) are tracked by
wrapping Memos and Effects.

Signals are the simplest primitive. They contain value, and get and set functions so we can intercept when they are read and written to.
Expand Down

0 comments on commit 743b762

Please sign in to comment.