From ee8cf078d2f0b03aa7a4174b7d645832f84b74f7 Mon Sep 17 00:00:00 2001 From: Joe Medley Date: Wed, 28 Jun 2023 08:37:07 -0700 Subject: [PATCH] Copy edit the privacy README. --- api-samples/privacy/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-samples/privacy/README.md b/api-samples/privacy/README.md index f486795f4d..76ad82f362 100644 --- a/api-samples/privacy/README.md +++ b/api-samples/privacy/README.md @@ -4,7 +4,7 @@ This sample demonstrates using `chrome.privacy.services` to get and set privacy ## Overview -The service worker sets the default value for Autofill using `chrome.privacy.services.autofillEnabled.set()` when the extension is installed. Whenever a page is loaded, or when the action button is clicked, the extension will display the current Autofill setting of `autofillAddressEnabled` by updating the extension badge. +The service worker sets the default value for autofill using `chrome.privacy.services.autofillEnabled.set()` when the extension is installed. Whenever a page is loaded, or when the action button is clicked, the extension will display the current autofill setting of `autofillAddressEnabled` by updating the extension badge. ## Running this extension