Skip to content

Commit d21d0af

Browse files
Update baseline
1 parent 6d01001 commit d21d0af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/baselines/reference/api/tsserverlibrary.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11913,7 +11913,7 @@ declare namespace ts {
1191311913
*/
1191411914
readDirectory(rootDir: string, extension: string, basePaths?: string, excludeEx?: string, includeFileEx?: string, includeDirEx?: string, depth?: number): string;
1191511915
/**
11916-
* Read arbitary text files on disk, i.e. when resolution procedure needs the content of 'package.json' to determine location of bundled typings for node modules
11916+
* Read arbitrary text files on disk, i.e. when resolution procedure needs the content of 'package.json' to determine location of bundled typings for node modules
1191711917
*/
1191811918
readFile(fileName: string): string | undefined;
1191911919
realpath?(path: string): string;

0 commit comments

Comments
 (0)