Skip to content

Commit 5d8fcf3

Browse files
committed
fix typos
1 parent 88af514 commit 5d8fcf3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/vs/vscode.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -796,12 +796,12 @@ declare module 'vscode' {
796796
*/
797797
export class ThemeIcon {
798798
/**
799-
* Reference to a icon representing a file. The icon is taken from the current file icon theme or a placeholder icon.
799+
* Reference to an icon representing a file. The icon is taken from the current file icon theme or a placeholder icon is used.
800800
*/
801801
static readonly File: ThemeIcon;
802802

803803
/**
804-
* Reference to a icon representing a folder. The icon is taken from the current file icon theme or a placeholder icon.
804+
* Reference to an icon representing a folder. The icon is taken from the current file icon theme or a placeholder icon is used.
805805
*/
806806
static readonly Folder: ThemeIcon;
807807

0 commit comments

Comments
 (0)