From ce7f90b39c0765dfc84a10de7a7a42871cee059e Mon Sep 17 00:00:00 2001 From: Sandeep Yadav <33275037+yadavsandy1020@users.noreply.github.com> Date: Wed, 20 Jul 2022 09:32:50 +0530 Subject: [PATCH] Update 00-introduction.md --- content/guide/00-introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/guide/00-introduction.md b/content/guide/00-introduction.md index 689283298..94f1bc462 100644 --- a/content/guide/00-introduction.md +++ b/content/guide/00-introduction.md @@ -19,7 +19,7 @@ You can build your entire app with Svelte, or you can add it incrementally to an In Svelte, an application is composed from one or more *components*. A component is a reusable self-contained block of code that encapsulates markup, styles and behaviours that belong together. -Like Ractive and Vue, Svelte promotes the concept of *single-file components*: a component is just an `.html` file. Here's a simple example: +Like React and Vue, Svelte promotes the concept of *single-file components*: a component is just an `.html` file. Here's a simple example: ```html