Skip to content

Commit

Permalink
docs: fix "component" typo (#7253)
Browse files Browse the repository at this point in the history
  • Loading branch information
seleb authored Jan 14, 2025
1 parent b6dbf79 commit 3342d58
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ const shallowStore = useStore(
> ```tsx
> delete store.propertyName;
> ```
> Be sure to access this property cautiously in the componet by using optional chaining ( ?. ):
> Be sure to access this property cautiously in the component by using optional chaining ( ?. ):
> ```tsx
> const propertyValue = store.propertyName?.value;
> ```
Expand Down

0 comments on commit 3342d58

Please sign in to comment.