diff --git a/apps/svelte.dev/content/docs/kit/10-getting-started/25-project-types.md b/apps/svelte.dev/content/docs/kit/10-getting-started/25-project-types.md index 50a2d99c97..ec3bdcc0b5 100644 --- a/apps/svelte.dev/content/docs/kit/10-getting-started/25-project-types.md +++ b/apps/svelte.dev/content/docs/kit/10-getting-started/25-project-types.md @@ -49,7 +49,7 @@ You can create a library to be used by other Svelte apps with the [`@sveltejs/pa ## Offline app -SvelteKit has full suppport for [service workers](service-workers) allowing you to build many types of applications such as offline apps and [progressive web apps](glossary#PWA). +SvelteKit has full support for [service workers](service-workers) allowing you to build many types of applications such as offline apps and [progressive web apps](glossary#PWA). ## Mobile app