mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-25 17:22:50 +00:00
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:
parent
aa308a4c35
commit
006d44094c
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue