diff --git a/files/en-us/web/progressive_web_apps/guides/making_pwas_installable/index.md b/files/en-us/web/progressive_web_apps/guides/making_pwas_installable/index.md index ed7be8007e29b39..82c4d052962d8fa 100644 --- a/files/en-us/web/progressive_web_apps/guides/making_pwas_installable/index.md +++ b/files/en-us/web/progressive_web_apps/guides/making_pwas_installable/index.md @@ -66,7 +66,7 @@ Chromium-based browsers, including Google Chrome, Samsung Internet, and Microsof - [`icons`](/en-US/docs/Web/Manifest/icons) - must contain a 192px and a 512px icon - [`start_url`](/en-US/docs/Web/Manifest/start_url) - [`display`](/en-US/docs/Web/Manifest/display) and/or [`display_override`](/en-US/docs/Web/Manifest/display_override) -- [`prefer-related-application`](/en-US/docs/Web/Manifest/prefer_related_applications) must be false or not present +- [`prefer-related-application`](/en-US/docs/Web/Manifest/prefer_related_applications) - must be false or not present For a full description of every member, see the [web app manifest reference documentation](/en-US/docs/Web/Manifest).