Skip to content

Commit

Permalink
Fixes invalid Bikeshed syntax
Browse files Browse the repository at this point in the history
Issue identified by @ariasuni in a comment on PR #61
  • Loading branch information
Simeon Vincent authored and xeenon committed Sep 2, 2021
1 parent 020e8e2 commit 00ff79e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -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 <a href="#key-short_name">`short_name`</a>.

This key must be present. This property can be localized.

Expand Down Expand Up @@ -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 <a href="#key-name">`name`</a> 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.

Expand Down

0 comments on commit 00ff79e

Please sign in to comment.