From 006d44094c0cf859148fd41f0de7be1abee35703 Mon Sep 17 00:00:00 2001 From: "David J. Felix" Date: Tue, 25 Oct 2022 15:03:17 -0400 Subject: [PATCH] docs: fix incorrect grammar and improve clarity (#8237) - The sentence lacked a subject - Changed the description of the problem slightly for clarity --- website/docs/api/plugins/plugin-pwa.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/api/plugins/plugin-pwa.md b/website/docs/api/plugins/plugin-pwa.md index 5efe356b112e..7aead89fbeed 100644 --- a/website/docs/api/plugins/plugin-pwa.md +++ b/website/docs/api/plugins/plugin-pwa.md @@ -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.