From b9ad4f92f8f07fd0339bf31db09f104860dfba18 Mon Sep 17 00:00:00 2001 From: Kris De Volder Date: Mon, 19 Dec 2016 11:13:49 -0800 Subject: [PATCH] Fix some spelling errors in readme --- vscode-extensions/vscode-manifest-yaml/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vscode-extensions/vscode-manifest-yaml/README.md b/vscode-extensions/vscode-manifest-yaml/README.md index 82e36adef..39e768170 100644 --- a/vscode-extensions/vscode-manifest-yaml/README.md +++ b/vscode-extensions/vscode-manifest-yaml/README.md @@ -1,7 +1,7 @@ # Cloud Foundry Manifest Editor for Visual Studio Code -This extension adds basic validation, content-assist and hover infos -while editing Cloud Foundry [Manifest](https://docs.cloudfoundry.org/devguide/deploy-apps/manifest.html) Files. +This extension provides basic validation, content assist and hover infos +for editing Cloud Foundry [Manifest](https://docs.cloudfoundry.org/devguide/deploy-apps/manifest.html) Files. ## Validation @@ -12,7 +12,7 @@ an error marker to see an explanation. ## Content assist -Having trouble remembering all the names of the attributesm, and their spelling? Content assist to the +Having trouble remembering all the names of the attributes, and their spelling? Content assist to the rescue: ![Content Assist Screenshot](https://github.com/spring-projects/sts4/raw/master/vscode-extensions/vscode-manifest-yaml/readme-imgs/content-assist.png)