Fixed text.md

Corrected the typo "composed from" and replaced it with "composed of" in the `text.md` introduction tutorial.
pull/5134/head
Mike Ajala 5 years ago committed by GitHub
parent d19bcef690
commit 81cb5d0c28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -29,4 +29,4 @@ Each tutorial chapter will have a 'Show me' button that you can click if you get
## Understanding components ## Understanding components
In Svelte, an application is composed from one or more *components*. A component is a reusable self-contained block of code that encapsulates HTML, CSS and JavaScript that belong together, written into a `.svelte` file. The 'hello world' example in the code editor is a simple component. In Svelte, an application is composed of one or more *components*. A component is a reusable self-contained block of code that encapsulates HTML, CSS and JavaScript that belong together, written into a `.svelte` file. The 'hello world' example in the code editor is a simple component.

Loading…
Cancel
Save