Skip to content

Commit

Permalink
docs: improve readability (#6477)
Browse files Browse the repository at this point in the history
  • Loading branch information
sajebehari committed Jun 10, 2024
1 parent 3a680ac commit 0e74dd9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ The `src/routes/` directory is a special directory where Qwik City will look for
### `src/components/`

The directory named `src/components/` follows a standard convention. It's present in all Qwik starters and you can rename it if you prefer. The `src/components/` directory is where you should put your components, ie, reusable pieces of code that can be used in multiple places. These components are not routes or layouts, but they can be referenced from within your routes or layout code.
The directory named `src/components/` follows a standard convention. It's present in all Qwik starters and you can rename it if you prefer. The `src/components/` directory is where to put your components (i.e. reusable pieces of code that can be used in multiple places). These components are not routes or layouts, but they can be referenced from within your route or layout code.


For example, a `Button` component should be inside `src/components/button/button.tsx`.
Expand Down

0 comments on commit 0e74dd9

Please sign in to comment.