From 0c1c22763fdd6b97d2f53466b35c7c9dbb080f83 Mon Sep 17 00:00:00 2001 From: A1lo Date: Fri, 12 Sep 2025 09:03:07 +0800 Subject: [PATCH 1/2] chore: correct the `timeRange` function name --- .../proxy_auto-configuration_pac_file/index.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/files/en-us/web/http/guides/proxy_servers_and_tunneling/proxy_auto-configuration_pac_file/index.md b/files/en-us/web/http/guides/proxy_servers_and_tunneling/proxy_auto-configuration_pac_file/index.md index b6a781294340715..d060f4b436fb3c8 100644 --- a/files/en-us/web/http/guides/proxy_servers_and_tunneling/proxy_auto-configuration_pac_file/index.md +++ b/files/en-us/web/http/guides/proxy_servers_and_tunneling/proxy_auto-configuration_pac_file/index.md @@ -498,12 +498,12 @@ If only a single value is specified (from each category: hour, minute, second), #### Examples ```js-nolint -timerange(12); // returns true from noon to 1pm -timerange(12, 13) // returns true from noon to 1pm -timerange(12, "GMT") // returns true from noon to 1pm, in the GMT timezone -timerange(9, 17) // returns true from 9am to 5pm -timerange(8, 30, 17, 0) // returns true from 8:30am to 5:00pm -timerange(0, 0, 0, 0, 0, 30) // returns true between midnight and 30 seconds past midnight +timeRange(12); // returns true from noon to 1pm +timeRange(12, 13) // returns true from noon to 1pm +timeRange(12, "GMT") // returns true from noon to 1pm, in the GMT timezone +timeRange(9, 17) // returns true from 9am to 5pm +timeRange(8, 30, 17, 0) // returns true from 8:30am to 5:00pm +timeRange(0, 0, 0, 0, 0, 30) // returns true between midnight and 30 seconds past midnight ``` ### alert() From 758982cedb7d9503d5898a517193f72f232c7b0b Mon Sep 17 00:00:00 2001 From: Joshua Chen Date: Fri, 12 Sep 2025 16:57:41 -0700 Subject: [PATCH 2/2] Remove glossary --- .vscode/dictionaries/terms-abbreviations.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/.vscode/dictionaries/terms-abbreviations.txt b/.vscode/dictionaries/terms-abbreviations.txt index 71827c0522323ac..e801a8799086c2b 100644 --- a/.vscode/dictionaries/terms-abbreviations.txt +++ b/.vscode/dictionaries/terms-abbreviations.txt @@ -782,7 +782,6 @@ tileset timebox timecode timecodes -timerange timeslice timeslices timestep