1
mirror of https://github.com/jakejarvis/hugo-extended.git synced 2025-09-15 22:35:31 -04:00

Fix broken link (README.md), fix typo

This commit is contained in:
Andreas Deininger
2022-10-05 22:15:13 +02:00
committed by Jake Jarvis
parent a23fdc720b
commit d9275f1bb9
2 changed files with 2 additions and 2 deletions

View File

@@ -53,7 +53,7 @@ async function install() {
// return the full path to our Hugo binary
return installedToPath;
} catch (error) {
// pass whatever error occured along the way to console
// pass whatever error occurred along the way to console
console.error(`${logSymbols.error} Hugo installation failed. :(`);
throw error;
}