Skip to content

Commit b7b66a2

Browse files
arbitary -> arbitrary
1 parent d83ddcf commit b7b66a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/shims.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ namespace ts {
102102
readDirectory(rootDir: string, extension: string, basePaths?: string, excludeEx?: string, includeFileEx?: string, includeDirEx?: string, depth?: number): string;
103103

104104
/**
105-
* 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
105+
* 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
106106
*/
107107
readFile(fileName: string): string | undefined;
108108
realpath?(path: string): string;

0 commit comments

Comments
 (0)