diff --git a/mod.ts b/mod.ts index b9fd7da..403a3b3 100644 --- a/mod.ts +++ b/mod.ts @@ -23,7 +23,7 @@ export function isGitSync(filepath = Deno.cwd()): boolean { } /** - * Return `true` if the file apth is a git repository synchronously. + * Return `true` if the file path is a git repository synchronously. * * Requires the `--allow-read` flag. *