Skip to content

Commit

Permalink
docs: Update index.mdx (#5351)
Browse files Browse the repository at this point in the history
* Update index.mdx

Correct mistake. The original was:

Both pages are created by adding ...

Changed to:

 Pages are created by adding ...

* trigger GH checks

---------

Co-authored-by: gioboa <[email protected]>
  • Loading branch information
runarj and gioboa authored Oct 24, 2023
1 parent 4c0d5ff commit 7c0e91a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docs/src/routes/docs/(qwikcity)/pages/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ contributors:

# Pages

Both pages are created by adding a new `index.tsx` file in the `src/routes` directory. Pages exports a `default` Qwik component, which will be rendered as the content of the page.
Pages are created by adding a new `index.tsx` file in the `src/routes` directory. Pages exports a `default` Qwik component, which will be rendered as the content of the page.

```tsx title="src/routes/some/path/index.tsx"
import { component$ } from '@builder.io/qwik';
Expand Down

0 comments on commit 7c0e91a

Please sign in to comment.