File tree Expand file tree Collapse file tree
tests/baselines/reference/api Expand file tree Collapse file tree Original file line number Diff line number Diff 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 /**
Original file line number Diff line number Diff 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 /**
You can’t perform that action at this time.
0 commit comments