Skip to content

Commit

Permalink
chore: grammer error
Browse files Browse the repository at this point in the history
  • Loading branch information
cpreston321 committed Jan 23, 2023
1 parent b6eaba6 commit 1413835
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/giget.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export async function downloadTemplate (input: string, options: DownloadTemplate
if (!existsSync(tarPath)) {
throw error;
}
// Accept netwrok errors if we have a cached version
// Accept network errors if we have a cached version
debug("Download error. Using cached version:", error);
options.offline = true;
});
Expand Down

0 comments on commit 1413835

Please sign in to comment.