Skip to content

Commit

Permalink
fix: typos
Browse files Browse the repository at this point in the history
  • Loading branch information
vcheckzen authored Oct 8, 2024
1 parent 4c40e53 commit 7995dae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion front-end/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -975,7 +975,7 @@
window.fileCache.set(path, text);
}

// SCF_GATEWAY must contains protocol and resouces can't be in encrpted path
// SCF_GATEWAY must contains protocol and resources can't be in encrypted path
const renderer = new marked.Renderer();
renderer.image = (href, title, text) => {
if (href.startsWith('./') || href.startsWith('../')) {
Expand Down

0 comments on commit 7995dae

Please sign in to comment.