Skip to content

Commit 3342d58

Browse files
authored
docs: fix "component" typo (#7253)
1 parent b6dbf79 commit 3342d58

File tree

1 file changed

+1
-1
lines changed
  • packages/docs/src/routes/docs/(qwik)/components/state

1 file changed

+1
-1
lines changed

packages/docs/src/routes/docs/(qwik)/components/state/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ const shallowStore = useStore(
187187
> ```tsx
188188
> delete store.propertyName;
189189
> ```
190-
> Be sure to access this property cautiously in the componet by using optional chaining ( ?. ):
190+
> Be sure to access this property cautiously in the component by using optional chaining ( ?. ):
191191
> ```tsx
192192
> const propertyValue = store.propertyName?.value;
193193
> ```

0 commit comments

Comments
 (0)