Skip to content

Commit c1a8d0c

Browse files
typo
1 parent 656fe92 commit c1a8d0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ fn main() -> Result<()> {
6969
}
7070
let tsconfig = get_compiler_options().unwrap_or_else(|e| {
7171
eprintln!(
72-
"\n{}Error{}: Could not load tsconfig.json. Is the provided directory is typescript project? ({})",
72+
"\n{}Error{}: Could not load tsconfig.json. Is the provided directory a typescript project? ({})",
7373
COLOR_RED, COLOR_RESET, e
7474
);
7575
process::exit(1);

0 commit comments

Comments
 (0)