From 00ff79eb1010f2500849ea33fadd1d492438ab0f Mon Sep 17 00:00:00 2001 From: Simeon Vincent Date: Tue, 31 Aug 2021 18:16:47 -0700 Subject: [PATCH] Fixes invalid Bikeshed syntax Issue identified by @ariasuni in a comment on PR #61 --- index.bs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.bs b/index.bs index fba74695..aafc0ae5 100644 --- a/index.bs +++ b/index.bs @@ -67,7 +67,7 @@ This key must be present. ### Key `name` -Name of the extension used in the browser’s user interface. This should be the full name used to identify the extension. See also [`short_name` key](#key-short_name). +Name of the extension used in the browser’s user interface. This should be the full name used to identify the extension. See also `short_name`. This key must be present. This property can be localized. @@ -169,7 +169,7 @@ This key may be present. ### Key `short_name` -The short name of the extension. This value should be used in contexts where [`name`](#key-name) is too long to use in full. If `short_name` is not provided, manifest consumers should use a truncated version of `name`. +The short name of the extension. This value should be used in contexts where `name` is too long to use in full. If `short_name` is not provided, manifest consumers should use a truncated version of `name`. This key may be present. This property can be localized.