mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
docs: correct typo (#44793)
Service worker card contains typo 'us' when it should be 'use.' PR Close #44793
This commit is contained in:
parent
459cbed33b
commit
d183e7d736
1 changed files with 1 additions and 1 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Reference in a new issue