From 8c210fa537baea3146afdc4d7610f10008752d1b Mon Sep 17 00:00:00 2001 From: Howard Chiam Date: Sun, 23 Jul 2023 18:34:42 -0600 Subject: [PATCH] the user accepting the prompts --- src/site/content/en/learn/pwa/getting-started/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/site/content/en/learn/pwa/getting-started/index.md b/src/site/content/en/learn/pwa/getting-started/index.md index 9681558c441..01143db95c8 100644 --- a/src/site/content/en/learn/pwa/getting-started/index.md +++ b/src/site/content/en/learn/pwa/getting-started/index.md @@ -110,7 +110,7 @@ Users should be able to switch between input types while using your application #### Provides context for permission requests -Only trigger prompts for permissions like notifications, geolocation, and credentials, after providing in-context rationale to improve chances of accepting the prompts from the user. +Only trigger prompts for permissions like notifications, geolocation, and credentials, after providing in-context rationale to improve chances of the user accepting the prompts. #### Follows best practices for healthy code