Skip to content

Commit e55f97e

Browse files
committed
Updates the baselines for the typo fixes
1 parent 6e9d098 commit e55f97e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5398,7 +5398,7 @@ declare namespace ts {
53985398
argumentCount: number;
53995399
}
54005400
interface CompletionInfo {
5401-
/** Not true for all glboal completions. This will be true if the enclosing scope matches a few syntax kinds. See `isSnippetScope`. */
5401+
/** Not true for all global completions. This will be true if the enclosing scope matches a few syntax kinds. See `isSnippetScope`. */
54025402
isGlobalCompletion: boolean;
54035403
isMemberCompletion: boolean;
54045404
/**

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5398,7 +5398,7 @@ declare namespace ts {
53985398
argumentCount: number;
53995399
}
54005400
interface CompletionInfo {
5401-
/** Not true for all glboal completions. This will be true if the enclosing scope matches a few syntax kinds. See `isSnippetScope`. */
5401+
/** Not true for all global completions. This will be true if the enclosing scope matches a few syntax kinds. See `isSnippetScope`. */
54025402
isGlobalCompletion: boolean;
54035403
isMemberCompletion: boolean;
54045404
/**

0 commit comments

Comments
 (0)