docs: correct typo (#44793)

Service worker card contains typo 'us' when it should be 'use.'
PR Close #44793
This commit is contained in:
Jayson Acosta 2022-01-22 19:26:00 -05:00 committed by Dylan Hunn
parent 459cbed33b
commit d183e7d736

View file

@ -50,7 +50,7 @@ To get the most out of these developer guides, you should review the following t
</a>
<a href="guide/service-worker-intro" class="docs-card" title="Angular service worker developer guide">
<section>Service Workers and PWA</section>
<p>Learn about how to us a service worker to create a progressive web application.</p>
<p>Learn about how to use a service worker to create a progressive web application.</p>
<p class="card-footer">Service workers and PWA</p>
</a>
<a href="guide/web-worker" class="docs-card" title="Web Workers">