Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
steve8708 committed Nov 9, 2023
1 parent 592b014 commit f015469
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docs/src/routes/docs/integrations/astro/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ In other UI frameworks, a hydration directive would be needed for interactivity,

When using Qwik inside a meta framework like Astro or Qwik City, components are loaded on the server, prefetched in a separate thread, and "resumed" on the client.

For example here's how we create a counter component in Qwik (e.g. at `src/components/counter.ts`).
For example here's how we create a counter component in Qwik (e.g. at `src/components/counter.tsx`).

```tsx
import { component$, useSignal } from "@builder.io/qwik";
Expand Down

0 comments on commit f015469

Please sign in to comment.