This commit is contained in:
Tyler James Leonhardt
2021-04-14 17:04:43 +00:00
committed by GitHub
parent fa56f6ea3d
commit 08f9bbc239
+2 -2
View File
@@ -1667,7 +1667,7 @@ declare module 'vscode' {
export interface QuickPickOptions {
/**
* An optional string that represents the tile of the quick pick.
* An optional string that represents the title of the quick pick.
*/
title?: string;
@@ -1854,7 +1854,7 @@ declare module 'vscode' {
export interface InputBoxOptions {
/**
* An optional string that represents the tile of the input box.
* An optional string that represents the title of the input box.
*/
title?: string;