docs: fix incorrect grammar and improve clarity (#8237)

- The sentence lacked a subject
- Changed the description of the problem slightly for clarity
This commit is contained in:
David J. Felix 2022-10-25 15:03:17 -04:00 committed by GitHub
parent aa308a4c35
commit 006d44094c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -132,7 +132,7 @@ Use this carefully: some users may not like to be forced to use the offline mode
:::danger
It is not possible to detect if an as a PWA in a very reliable way.
It is not possible to detect if a page is rendered as a PWA in a reliable manner.
The `appinstalled` event has been [removed from the specification](https://github.com/w3c/manifest/pull/836), and the [`navigator.getInstalledRelatedApps()`](https://web.dev/get-installed-related-apps/) API is only supported in recent Chrome versions and require `related_applications` declared in the manifest.