From 287f11d4f5b15ec804ca7220d3915e59d4b8d5e5 Mon Sep 17 00:00:00 2001 From: Lars Heinemann Date: Mon, 23 Apr 2018 13:26:46 +0200 Subject: [PATCH] fixed typo and list of supported features Signed-off-by: Lars Heinemann --- VSCODE_INFO.md | 1 - package.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/VSCODE_INFO.md b/VSCODE_INFO.md index 5d98f92cb..a993bd813 100644 --- a/VSCODE_INFO.md +++ b/VSCODE_INFO.md @@ -2,7 +2,6 @@ This preview release of the extension adds language support for Apache Camel to Visual Studio Code including: * Language service * Auto-Completion - * Validation * Quick Info (Hover) You can find more detailed information about Apache Camel support for Visual Studio Code at our [GitHub page](https://github.com/camel-tooling/camel-lsp-client-vscode). diff --git a/package.json b/package.json index 8c0c1ef86..ee09b4ef2 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "icon": "icons/icon128.png", "maintainers": [ { - "name": "Aurelien Pupier", + "name": "Aurélien Pupier", "email": "aurelien.pupier@gmail.com" }, {