From 2243ac75b1035655df4f61c44fec7c5e58bf5e68 Mon Sep 17 00:00:00 2001 From: Ivan Samoylenko Date: Tue, 11 Oct 2016 05:48:31 +0300 Subject: [PATCH] Typo in project.json --- extensions/theme-seti/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extensions/theme-seti/package.json b/extensions/theme-seti/package.json index 60bac73aa45..21c61890555 100644 --- a/extensions/theme-seti/package.json +++ b/extensions/theme-seti/package.json @@ -2,7 +2,7 @@ "name": "vscode-theme-seti", "private": true, "version": "0.1.0", - "description": "A file icon theme made out of the Seti UI file idons", + "description": "A file icon theme made out of the Seti UI file icons", "publisher": "vscode", "scripts": { "update": "node ./build/update-icon-theme.js" @@ -17,4 +17,4 @@ } ] } -} \ No newline at end of file +}