From 054d67ddfe721ef3fb691e127f7fa53f5d01c55a Mon Sep 17 00:00:00 2001 From: Erich Gamma Date: Wed, 10 Feb 2016 15:11:40 +0100 Subject: [PATCH] fix typos... --- textdocumentprovider-sample/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/textdocumentprovider-sample/package.json b/textdocumentprovider-sample/package.json index f24439fe..6d7c5359 100644 --- a/textdocumentprovider-sample/package.json +++ b/textdocumentprovider-sample/package.json @@ -1,8 +1,8 @@ { "name": "vscode-css-properties", - "displayName": "Preview CSS Propertis Sample", - "description": "A sample illustrating the of TextContentProviders and the `vscode.previewHtml` command. Introduce in verson 0.10.7.", - "version": "0.0.7", + "displayName": "Preview CSS Properties Sample", + "description": "A sample illustrating the of TextContentProviders and the `vscode.previewHtml` command, introduce in 0.10.7", + "version": "0.0.8", "publisher": "eg2", "galleryBanner": { "color": "#5c2d91",