From 430969f0a5627fa2df509635e65166343ecbbdf9 Mon Sep 17 00:00:00 2001 From: biboete Date: Tue, 9 Jun 2026 18:45:35 +0100 Subject: [PATCH] docs: fix "download am extension" typo in ExtensionSettings Corrects "download am extension on AMO" -> "download an extension on AMO". Fixes #171. --- src/content/docs/reference/policies/ExtensionSettings.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/reference/policies/ExtensionSettings.mdx b/src/content/docs/reference/policies/ExtensionSettings.mdx index a2b738f..2c23a2c 100644 --- a/src/content/docs/reference/policies/ExtensionSettings.mdx +++ b/src/content/docs/reference/policies/ExtensionSettings.mdx @@ -12,7 +12,7 @@ With an extension ID, the configuration will be applied to the specified extensi A default configuration can be set for the special ID `*`, which will apply to all extensions that don't have a custom configuration set in this policy. To obtain an extension ID, install the extension and go to `about:support`. You will see the ID in the Extensions section. -You can [download am extension on AMO](https://github.com/mkaply/queryamoid/releases/tag/v0.1) that makes it easy to find the ID of extensions. +You can [download an extension on AMO](https://github.com/mkaply/queryamoid/releases/tag/v0.1) that makes it easy to find the ID of extensions. > [!NOTE] > If the extension ID is a UUID (e.g., `{12345678-1234-1234-1234-1234567890ab}`), you must include curly braces around the ID.