Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.

Fix typo in PWA installation guide #10328

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/site/content/en/learn/pwa/installation/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ After installing an app on the desktop, users can navigate to `about:apps`, righ

### iOS and iPadOS installation

A browser prompt to install your PWA doesn't exit On iOS and iPadOS. In these platforms PWAs are also known as *home screen web apps*. These apps have to be added manually to the home screen via a menu that is available only in Safari. It is recommended that you add the tag [`apple-touch-icon`](https://developer.chrome.com/docs/lighthouse/pwa/apple-touch-icon/) to your html.
A browser prompt to install your PWA doesn't exist On iOS and iPadOS. In these platforms PWAs are also known as *home screen web apps*. These apps have to be added manually to the home screen via a menu that is available only in Safari. It is recommended that you add the tag [`apple-touch-icon`](https://developer.chrome.com/docs/lighthouse/pwa/apple-touch-icon/) to your html.
To define the icon, include the path to your icon to your HTML `<head>` section, like this:

```html
Expand Down