From 7a32482016b1d6012de2b082d4bc994920cced4b Mon Sep 17 00:00:00 2001 From: Joris W Date: Tue, 20 May 2025 07:50:05 +0200 Subject: [PATCH] Remove typo --- guide/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/index.md b/guide/index.md index 1175a54..f9d7d6a 100644 --- a/guide/index.md +++ b/guide/index.md @@ -24,7 +24,7 @@ Vite PWA will help you to turn your existing applications into PWAs with very li The `vite-plugin-pwa` plugin can: -- Generate the [web appplication manifest][webmanifest] and add it to your entry point (see the [setup guide for manifest generation](pwa-minimal-requirements#web-app-manifest)). +- Generate the [web application manifest][webmanifest] and add it to your entry point (see the [setup guide for manifest generation](pwa-minimal-requirements#web-app-manifest)). - Generate the service worker using the `strategies` option (for more information, see ["Service Worker Strategies"](/guide/service-worker-strategies-and-behaviors#service-worker-strategies) section) - Generate a script to register the service worker in the browser (see the ["Register Service Worker"](/guide/register-service-worker) section)