Skip to content

Commit afb7441

Browse files
authored
fix: spelling of "globbing" (#121)
1 parent 1318f03 commit afb7441

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/configs.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ export async function globMatchedFiles(
240240
configs: FlatConfigItem[],
241241
rawConfigs: Linter.Config[],
242242
): Promise<MatchedFile[]> {
243-
console.log(MARK_INFO, 'Globing matched files')
243+
console.log(MARK_INFO, 'Globbing matched files')
244244

245245
const files = [
246246
...await configArrayFindFiles({

0 commit comments

Comments
 (0)