We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6dbf79 commit 3342d58Copy full SHA for 3342d58
packages/docs/src/routes/docs/(qwik)/components/state/index.mdx
@@ -187,7 +187,7 @@ const shallowStore = useStore(
187
> ```tsx
188
> delete store.propertyName;
189
> ```
190
-> 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 ( ?. ):
191
192
> const propertyValue = store.propertyName?.value;
193
0 commit comments