diff --git a/packages/docs/src/routes/docs/(qwikcity)/pages/index.mdx b/packages/docs/src/routes/docs/(qwikcity)/pages/index.mdx index 57cf6358699..4d0ef19d9f5 100644 --- a/packages/docs/src/routes/docs/(qwikcity)/pages/index.mdx +++ b/packages/docs/src/routes/docs/(qwikcity)/pages/index.mdx @@ -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';