Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/creating-components.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ that the component is wrapped in them.
"I am memoized!")
```

The `Memoized` component will be passed to `(helix.core/memo)` (and any other HOCs
The `memoized` component will be passed to `(helix.core/memo)` (and any other HOCs
given to the vector) using the [thread-first](https://clojuredocs.org/clojure.core/-%3E)
macro.

Expand Down