From 7c0e91ac5c4ff2e4bf7e4aef530163991d9ac8a3 Mon Sep 17 00:00:00 2001 From: Runar Jordahl Date: Tue, 24 Oct 2023 11:01:57 +0200 Subject: [PATCH] docs: Update index.mdx (#5351) * 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 --- packages/docs/src/routes/docs/(qwikcity)/pages/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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';