diff --git a/packages/docs/src/routes/docs/(qwikcity)/guides/bundle/index.mdx b/packages/docs/src/routes/docs/(qwikcity)/guides/bundle/index.mdx index 945557f0dd4..1a6820ef161 100644 --- a/packages/docs/src/routes/docs/(qwikcity)/guides/bundle/index.mdx +++ b/packages/docs/src/routes/docs/(qwikcity)/guides/bundle/index.mdx @@ -50,7 +50,7 @@ export const s_ABC123 = () => { }; export const s_XYZ432 = () => { - const [count] = useLexicalScop(); + const [count] = useLexicalScope(); return count.value++; } ```