diff --git a/src/vs/vscode.d.ts b/src/vs/vscode.d.ts index edfa2a8dc69a5fea623699ea53b4ed0d4f00beae..2de5b818653b1a9f9582358e8ffe7acb0e2e2ffd 100644 --- a/src/vs/vscode.d.ts +++ b/src/vs/vscode.d.ts @@ -773,7 +773,7 @@ declare module 'vscode' { export interface ThemableDecorationRenderOptions { /** * Background color of the decoration. Use rgba() and define transparent background colors to play well with other decorations. - * Alternativly a color from the color registry an be [referenced](#ColorIdentifier). + * Alternatively a color from the color registry can be [referenced](#ThemeColor). */ backgroundColor?: string | ThemeColor;