From da17bf6e329b16e8492a4d1bd5c98c22777dc4a5 Mon Sep 17 00:00:00 2001 From: Kris De Volder Date: Wed, 16 Aug 2017 16:57:17 -0700 Subject: [PATCH] Fix typo in readme --- vscode-extensions/vscode-bosh/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vscode-extensions/vscode-bosh/README.md b/vscode-extensions/vscode-bosh/README.md index a67fb1e27..f3230381f 100644 --- a/vscode-extensions/vscode-bosh/README.md +++ b/vscode-extensions/vscode-bosh/README.md @@ -49,7 +49,7 @@ to its corresponding definition. ![Peek Definition Screenshot][peek] -### V2 versus V1 Schena +### V2 versus V1 Schema The editor is intended primarily to support editing manifests in the [V2 schema](https://bosh.io/docs/manifest-v2.html). When you use attributes from the V1 schema the editor will detect this however and switch to 'V1 tolerance' mode.