Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dsanders11 authored Nov 19, 2024
1 parent 6aa1c78 commit b075d43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/audit-docs-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
const DOCS_SHA_REGEX = /<meta name="docs-sha" content="(\w+)">/m;
const DELTA_THRESHOLD_MS = 1000*60*20;
const resp = await fetch('https:/.electronjs.org', {
const resp = await fetch('https://electronjs.org', {
headers: {
'Cache-Control': 'no-cache'
}
Expand Down

0 comments on commit b075d43

Please sign in to comment.