mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-30 04:06:26 +01:00
typo
This commit is contained in:
committed by
GitHub
parent
fa56f6ea3d
commit
08f9bbc239
Vendored
+2
-2
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user