Commit 508d647b authored by Robert Knight's avatar Robert Knight

Fix typo in src/sidebar/store/use-store.js

Co-authored-by: 's avatarLyza Gardner <439947+lyzadanger@users.noreply.github.com>
parent e0f3f7d3
......@@ -44,7 +44,7 @@ class CacheEntry {
* function useAppStore() {
* // Get the store from somewhere, eg. a prop or context.
* const appStore = ...;
* return useStore(store);
* return useStore(appStore);
* }
*
* function MyComponent() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment