From 09c91e09c591b934ef2cd0c7ef52f1cf059f924c Mon Sep 17 00:00:00 2001 From: DoodlesEpic <37254797+DoodlesEpic@users.noreply.github.com> Date: Sat, 27 Apr 2019 15:02:54 -0300 Subject: [PATCH] =?UTF-8?q?Site:=20Tutorial=20N=C2=BA7=20small=20change?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change "We've prepared" to "We're preparing" in the step-by-step guide since there's nothing in the article page yet. --- site/content/tutorial/01-introduction/07-making-an-app/text.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/tutorial/01-introduction/07-making-an-app/text.md b/site/content/tutorial/01-introduction/07-making-an-app/text.md index f8755ef532..9f5a6a19dc 100644 --- a/site/content/tutorial/01-introduction/07-making-an-app/text.md +++ b/site/content/tutorial/01-introduction/07-making-an-app/text.md @@ -10,7 +10,7 @@ First, you'll need to integrate Svelte with a build tool. Popular choices are: * [webpack](https://webpack.js.org/) / [svelte-loader](https://github.com/sveltejs/svelte-loader) * [Parcel](https://parceljs.org/) / [parcel-plugin-svelte](https://github.com/DeMoorJasper/parcel-plugin-svelte) -Don't worry if you're relatively new to web development and haven't used these tools before. We've prepared a simple step-by-step guide, [Svelte for new developers](blog/svelte-for-new-developers), which walks you through the process. +Don't worry if you're relatively new to web development and haven't used these tools before. We are preparing a simple step-by-step guide, [Svelte for new developers](blog/svelte-for-new-developers), which walks you through the process. You'll also want to configure your text editor to treat `.svelte` files the same as `.html` for the sake of syntax highlighting. [Read this guide to learn how](blog/setting-up-your-editor).