Skip to content

Commit

Permalink
Editorial: Fix property descriptions in the quick reference
Browse files Browse the repository at this point in the history
  • Loading branch information
zcorpan authored Nov 6, 2023
1 parent c8d5072 commit 0343b0b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions mdn-drafts/QUICK-REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ start of a `:blank` named group pattern.

**`URLPattern.protocol`**

Returns the URL protocol pattern passed to the constructor. This value may
Returns the URL scheme pattern passed to the constructor. This value may
be differ from the input to the constructor due to normalization.

**`URLPattern.username`**
Expand All @@ -57,27 +57,27 @@ be differ from the input to the constructor due to normalization.

**`URLPattern.hostname`**

Returns the URL username pattern set during construction. This value may
Returns the URL hostname pattern set during construction. This value may
be differ from the input to the constructor due to normalization.

**`URLPattern.port`**

Returns the URL username pattern set during construction. This value may
Returns the URL port pattern set during construction. This value may
be differ from the input to the constructor due to normalization.

**`URLPattern.pathname`**

Returns the URL username pattern set during construction. This value may
Returns the URL path pattern set during construction. This value may
be differ from the input to the constructor due to normalization.

**`URLPattern.search`**

Returns the URL username pattern set during construction. This value may
Returns the URL query pattern set during construction. This value may
be differ from the input to the constructor due to normalization.

**`URLPattern.hash`**

Returns the URL username pattern set during construction. This value may
Returns the URL hash pattern set during construction. This value may
be differ from the input to the constructor due to normalization.

## Events
Expand Down

0 comments on commit 0343b0b

Please sign in to comment.