From 470c65d3731100ae4cd39ea11d94a63a45b742e3 Mon Sep 17 00:00:00 2001 From: Greg Van Liew Date: Tue, 12 Sep 2017 12:07:08 -0700 Subject: [PATCH] Fix for vscode-docs #1132 --- src/vs/vscode.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vs/vscode.d.ts b/src/vs/vscode.d.ts index edfa2a8dc69..2de5b818653 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; -- GitLab