From 6ad824046408f1bda1137d0776cbfeda24d5117a Mon Sep 17 00:00:00 2001 From: Conduitry Date: Wed, 30 Oct 2024 11:37:18 -0400 Subject: [PATCH] docs: fix various typos in reference docs (#14011) * docs: fix note about $derived * fix some other typos * revert one change * emdash tweak --- documentation/docs/01-introduction/02-getting-started.md | 2 +- documentation/docs/01-introduction/03-svelte-files.md | 2 +- documentation/docs/02-runes/03-$derived.md | 2 +- documentation/docs/02-runes/04-$effect.md | 3 +-- documentation/docs/03-template-syntax/05-await.md | 2 +- documentation/docs/03-template-syntax/06-snippet.md | 2 +- documentation/docs/03-template-syntax/15-animate.md | 6 +----- documentation/docs/04-styling/04-nested-style-elements.md | 2 +- documentation/docs/06-runtime/01-stores.md | 2 +- documentation/docs/06-runtime/03-lifecycle-hooks.md | 2 +- 10 files changed, 10 insertions(+), 15 deletions(-) diff --git a/documentation/docs/01-introduction/02-getting-started.md b/documentation/docs/01-introduction/02-getting-started.md index 37757d961f..e035e6d6df 100644 --- a/documentation/docs/01-introduction/02-getting-started.md +++ b/documentation/docs/01-introduction/02-getting-started.md @@ -21,7 +21,7 @@ There are also plugins for [Rollup](https://github.com/sveltejs/rollup-plugin-sv ## Editor tooling -The Svelte team maintains a [VS Code extension](https://marketplace.visualstudio.com/items?itemName=svelte.svelte-vscode) and there are integrations with various other [editors](https://sveltesociety.dev/resources#editor-support) and tools as well. +The Svelte team maintains a [VS Code extension](https://marketplace.visualstudio.com/items?itemName=svelte.svelte-vscode), and there are integrations with various other [editors](https://sveltesociety.dev/resources#editor-support) and tools as well. You can also check your code from the command line using [sv check](https://github.com/sveltejs/cli). diff --git a/documentation/docs/01-introduction/03-svelte-files.md b/documentation/docs/01-introduction/03-svelte-files.md index a0c0bf5cc9..cd98652370 100644 --- a/documentation/docs/01-introduction/03-svelte-files.md +++ b/documentation/docs/01-introduction/03-svelte-files.md @@ -50,7 +50,7 @@ A `