Fix typos (#375)

This commit is contained in:
Viktor Szépe
2024-07-12 10:40:34 +02:00
committed by GitHub
parent 07a4657ee8
commit 2e4fae3d13
5 changed files with 5 additions and 5 deletions

View File

@@ -730,7 +730,7 @@ class ModifyBuild
doc.to_html
end
# For some reason the depdency is missing a // in the url.
# For some reason the dependency is missing a // in the url.
def fix_js_dependency_link(text)
text.gsub("https:/cdn.jsdelivr.net", "https://cdn.jsdelivr.net")
end