Skip to content

Commit

Permalink
docs: edit pass (QwikDev#763)
Browse files Browse the repository at this point in the history
  • Loading branch information
craigshoemaker authored Jul 13, 2022
1 parent 3695aa4 commit 11f0a1c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ title: Component Composition
layout: tutorial
---

Components can be composed together to build applications.
Components are composed together to build applications.

In this example we have pre-declared an `<App />` and a `<Greeter />` component. Place the `<Greeter />` component inside the `<App />` component so that the user can see its contents.
In this example, the `<App />` and `<Greeter />` components are prepared for you. For this exercise, place the `<Greeter />` component inside the `<App />` component to see its contents.

0 comments on commit 11f0a1c

Please sign in to comment.