Skip to content

Commit

Permalink
docs: fix incorrect grammar and improve clarity (#8237)
Browse files Browse the repository at this point in the history
- The sentence lacked a subject
- Changed the description of the problem slightly for clarity
  • Loading branch information
DavidJFelix committed Oct 25, 2022
1 parent aa308a4 commit 006d440
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/api/plugins/plugin-pwa.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 006d440

Please sign in to comment.