From b7b66a28ee263646c77f2ccf6a24fddaf1d0d1ec Mon Sep 17 00:00:00 2001 From: John Doe Date: Thu, 28 Jun 2018 19:01:46 -0700 Subject: [PATCH] arbitary -> arbitrary --- src/services/shims.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/services/shims.ts b/src/services/shims.ts index 0ea27b4151f..5f5b79175de 100644 --- a/src/services/shims.ts +++ b/src/services/shims.ts @@ -102,7 +102,7 @@ namespace ts { readDirectory(rootDir: string, extension: string, basePaths?: string, excludeEx?: string, includeFileEx?: string, includeDirEx?: string, depth?: number): string; /** - * 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 + * 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 */ readFile(fileName: string): string | undefined; realpath?(path: string): string;