From 2f7754ca5d698256e8a1357330a52d642662082f Mon Sep 17 00:00:00 2001 From: raveling Date: Wed, 1 May 2019 08:24:31 +1000 Subject: [PATCH] improve referencing to code editor for mobile readers The current documentation mentions "to the right" which is not accurate for people reading the tutorial on narrow-viewport devices. I changed it to "the code editor", but this may be improved upon to match other more common references. --- site/content/tutorial/01-introduction/01-basics/text.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/tutorial/01-introduction/01-basics/text.md b/site/content/tutorial/01-introduction/01-basics/text.md index 95375edb25..b51985eb87 100644 --- a/site/content/tutorial/01-introduction/01-basics/text.md +++ b/site/content/tutorial/01-introduction/01-basics/text.md @@ -29,4 +29,4 @@ Each tutorial chapter will have a 'Show me' button that you can click if you get ## 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 on the right is a simple component. \ No newline at end of file +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 a simple component.