From 794599555cc32994634e384ef8c1fae578309d4e Mon Sep 17 00:00:00 2001 From: Noah C Date: Sat, 24 Jul 2021 12:33:10 -0300 Subject: [PATCH] Fixed typo in migration docs. Simple typo fixed. --- documentation/migrating/01-migrating.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/migrating/01-migrating.md b/documentation/migrating/01-migrating.md index 7d0983950e40..9ce1f8535d48 100644 --- a/documentation/migrating/01-migrating.md +++ b/documentation/migrating/01-migrating.md @@ -4,4 +4,4 @@ title: Migrating from Sapper SvelteKit is the successor to Sapper and shares many elements of its design. -If you have an existing Sapper app that you plan to migrate to SvelteKit, however, there are a number of changes you will need to make. You may find it helpful to view the [examples](https://github.com/sveltejs/kit/tree/master/examples) while migrating. +If you have an existing Sapper app that you plan to migrate to SvelteKit, there are a number of changes you will need to make. You may find it helpful to view the [examples](https://github.com/sveltejs/kit/tree/master/examples) while migrating.