Skip to content

Commit

Permalink
fix typo (#2097)
Browse files Browse the repository at this point in the history
  • Loading branch information
rorekk committed Jul 16, 2023
1 parent 8a17ea8 commit 2f2972e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/svelte-check/src/options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export function parseOptions(cb: (opts: SvelteCheckCliOptions) => any) {
)
.option(
'--ignore',
'Only has an effect when ussing `--no-tsconfig` option. Files/folders to ignore - relative to workspace root, comma-separated, inside quotes. Example: `--ignore "dist,build"`'
'Only has an effect when using `--no-tsconfig` option. Files/folders to ignore - relative to workspace root, comma-separated, inside quotes. Example: `--ignore "dist,build"`'
)
.option(
'--fail-on-warnings',
Expand Down

0 comments on commit 2f2972e

Please sign in to comment.