Skip to content

Commit

Permalink
docs: correct typos (QwikDev#555)
Browse files Browse the repository at this point in the history
  • Loading branch information
mhevery authored May 31, 2022
1 parent 0b659e7 commit a9c20e4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions starters/apps/qwik-city/pages/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ import { Counter } from '../src/components/counter/counter';

# Welcome

Welcome to the favolous Qwik City. QwikCity is our official kit to build amazing sites:
Welcome to the fabolous Qwik City. QwikCity is our official kit to build amazing sites:

- 🐎 Powered by Qwik. Zero hydration and instant interactivity.
- 🗃 File based routing (like Nextjs)
- 🌏 Deploy easily to edge: Netlify, Cloudflare, Vercel, Deno...
- 📖 Author content directly in Markdown or MDX. MDX brings the best of markdown and JSX, allow to render Qwik components directly in markdown, like this one:
- 📖 Author content directly in Markdown or MDX. MDX brings the best of markdown and JSX, allowing you to render Qwik components directly in markdown, like this one:

<Counter />

Expand All @@ -25,4 +25,3 @@ Open your editor and check the following:
This way you can reuse easily the layout across different content. By default, the `src/layout/default` is used.
- **The `src/components` folder**: QwikCity is still a normal Qwik app. Any custom component, design systems, or funcionality should live here. Notice the `header`, `footer` and `content-nav` components. They are used by the `default` layout!
- **The `src/utils` folder**: Place here business logic, or functions that are not components.
- **The `src/utils` folder**: Place here business logic, or functions that are not components.

0 comments on commit a9c20e4

Please sign in to comment.