File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
tests/baselines/reference/api Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5398,7 +5398,7 @@ declare namespace ts {
5398
5398
argumentCount : number ;
5399
5399
}
5400
5400
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`. */
5402
5402
isGlobalCompletion : boolean ;
5403
5403
isMemberCompletion : boolean ;
5404
5404
/**
Original file line number Diff line number Diff line change @@ -5398,7 +5398,7 @@ declare namespace ts {
5398
5398
argumentCount : number ;
5399
5399
}
5400
5400
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`. */
5402
5402
isGlobalCompletion : boolean ;
5403
5403
isMemberCompletion : boolean ;
5404
5404
/**
You can’t perform that action at this time.
0 commit comments