From d183e7d736beff06ec9789543e8a955a2540b7c7 Mon Sep 17 00:00:00 2001 From: Jayson Acosta <36345453+jaysonacosta@users.noreply.github.com> Date: Sat, 22 Jan 2022 19:26:00 -0500 Subject: [PATCH] docs: correct typo (#44793) Service worker card contains typo 'us' when it should be 'use.' PR Close #44793 --- aio/content/guide/developer-guide-overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/developer-guide-overview.md b/aio/content/guide/developer-guide-overview.md index b9de664ac37..2000ce4532f 100644 --- a/aio/content/guide/developer-guide-overview.md +++ b/aio/content/guide/developer-guide-overview.md @@ -50,7 +50,7 @@ To get the most out of these developer guides, you should review the following t
Service Workers and PWA
-

Learn about how to us a service worker to create a progressive web application.

+

Learn about how to use a service worker to create a progressive web application.