From f2ca8bc64b6a91a8a7d2bf0fc034658242b54b89 Mon Sep 17 00:00:00 2001 From: Adam Bates Date: Tue, 6 Jul 2021 10:31:42 -0400 Subject: [PATCH] [docs] Fixed typo 'site-repl' -> 'svelte-repl', with minor change to a sentence's structure (#6498) (used to look like a list of 4, when really it's a list of 2). --- site/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/site/README.md b/site/README.md index 7d8adbd6c..ca75a8995 100644 --- a/site/README.md +++ b/site/README.md @@ -54,9 +54,9 @@ To build the website, run `npm run build`. The output can be found in `__sapper_ Tests can be run using `npm run test`. -## Linking `@sveltejs/site-kit` and `@sveltejs/site-repl` +## Linking `@sveltejs/site-kit` and `@sveltejs/svelte-repl` -This site depends on `@sveltejs/site-kit`, a collection of styles, components and icons used in common by *.svelte.dev websites, and `@sveltejs/site-repl`. +This site depends on `@sveltejs/site-kit` (a collection of styles, components and icons used in common by *.svelte.dev websites), and `@sveltejs/svelte-repl`. In order to work on features that depend on those packages, you need to [link](https://docs.npmjs.com/cli/link) their repositories: @@ -70,7 +70,7 @@ In order to work on features that depend on those packages, you need to [link](h - `cd /site` - `npm link @sveltejs/site-kit` - `npm link @sveltejs/svelte-repl` - + ## Translating the API docs