Skip to content

Commit 5c36db7

Browse files
dschoTheGiraffe3
andauthored
Fix a typo!
Co-authored-by: Loymdayddaud <[email protected]>
1 parent c22d0df commit 5c36db7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/404.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ <h1>That page doesn't exist.</h1>
5252

5353
let i = -1
5454
while (i + 1 < versions.length && versionCompare(version, versions[i + 1]) < 0) i++
55-
if (versions[i]) el.innerHTML += `<br />The most closesely matching page describes version <a href="${
55+
if (versions[i]) el.innerHTML += `<br />The most closely-matching page describes version <a href="${
5656
path}/${versions[i]}${window.location.search}${window.location.hash
5757
}">${versions[i]}</a>.`
5858
})().catch(console.error)

0 commit comments

Comments
 (0)