diff --git a/functional-samples/sample.optional_permissions/README.md b/functional-samples/sample.optional_permissions/README.md
index 84513107c9..f31f9fd321 100644
--- a/functional-samples/sample.optional_permissions/README.md
+++ b/functional-samples/sample.optional_permissions/README.md
@@ -1,21 +1,21 @@
## Optional permissions in a new tab
-This new tab extension demonstrates how extensions can provide users the option to enable an additional feature. In this example, they optionally display top sites.
+This extension prompts the user on the **New Tab** page asking permission to display their top sites. Demonstrates how extensions can provide users the option to enable additional features.
-See [Optional permissions](https://developer.chrome.com/docs/extensions/reference/permissions/) to learn more.
+See [optional permissions](https://developer.chrome.com/docs/extensions/reference/permissions/) to learn more.
## Testing the extension
-Follow the instructions to load an [unpacked extension](https://developer.chrome.com/docs/extensions/mv3/getstarted/development-basics/#load-unpacked, then open a new tab.
+Follow the instructions to load an [unpacked extension](https://developer.chrome.com/docs/extensions/mv3/getstarted/development-basics/#load-unpacked), then open a new tab.
It should look like this:
-
+
-Then, click on "Allow Extension to Access to top sites". You will see the following message:
+Then, click on `Allow Extension to Access to Top Sites`. You will see the following message:
-
+
-If you accept, it will display a list of your top sites.
+Selecting `Allow` will display a list of the websites you visit most.
-
+