Skip to content

Commit 0343b0b

Browse files
authored
Editorial: Fix property descriptions in the quick reference
1 parent c8d5072 commit 0343b0b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

mdn-drafts/QUICK-REFERENCE.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ start of a `:blank` named group pattern.
4242

4343
**`URLPattern.protocol`**
4444

45-
Returns the URL protocol pattern passed to the constructor. This value may
45+
Returns the URL scheme pattern passed to the constructor. This value may
4646
be differ from the input to the constructor due to normalization.
4747

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

5858
**`URLPattern.hostname`**
5959

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

6363
**`URLPattern.port`**
6464

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

6868
**`URLPattern.pathname`**
6969

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

7373
**`URLPattern.search`**
7474

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

7878
**`URLPattern.hash`**
7979

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

8383
## Events

0 commit comments

Comments
 (0)