From 573c0985dcc7a49481b0a4ced3204e2711219962 Mon Sep 17 00:00:00 2001 From: Simon Pieters Date: Tue, 17 Oct 2023 10:10:29 +0200 Subject: [PATCH] Fix property descriptions in the quick reference --- mdn-drafts/QUICK-REFERENCE.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/mdn-drafts/QUICK-REFERENCE.md b/mdn-drafts/QUICK-REFERENCE.md index 665e70f..5af83e8 100644 --- a/mdn-drafts/QUICK-REFERENCE.md +++ b/mdn-drafts/QUICK-REFERENCE.md @@ -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`** @@ -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