From 340b780b2faed42f249cdf7ea83fee9ca628c133 Mon Sep 17 00:00:00 2001 From: Chris Chinchilla Date: Mon, 17 Aug 2020 11:56:07 +0200 Subject: [PATCH] Update Read me with some grammar and spelling changes --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index b4bb588..2093de6 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ As of **v0.10.0**, the extension supports both [Vale](https://github.com/errata- ## Installation -> **NOTE**: While both Vale and Vale Server are supported, many of the extension's more [advanced features](#features) (such as Quick Fixes and Vocabulary Management) are only available through Vale Server. +> **NOTE**: While this extension supports both Vale CLI and Vale Server, many of the extension's more [advanced features](#features) (such as Quick Fixes and Vocabulary Management) are only available through Vale Server. ### Using Vale Server @@ -44,7 +44,7 @@ Browse detailed information for each alert, including the file location, style,

-Quickly navigate from an in-editor alert to a rule's implementation on your `StylesPath` by clicking "View Rule". +Navigate from an in-editor alert to a rule's implementation on your `StylesPath` by clicking "View Rule". ### Quick Fixes (Vale Server only) @@ -60,13 +60,13 @@ Fix misspellings, word usage, capitalization, and more using [Quick Fixes](https

-Easily add words and phrases to your active Vocab through the in-editor context menu. +Add words and phrases to your active Vocab through the in-editor context menu.

-Jump to your active Vocab files directly from the Command Palatte. +Jump to your active Vocab files directly from the Command Palette. ## Settings @@ -78,9 +78,9 @@ The extension offers a number of settings and configuration options (_Preference - `vale.server.provideFixes` (default: `true`): Offer solutions to alerts using the 'Quick Fix' button. -- `vale.valeCLI.config` (default: `null`): Absolute path to a Vale config file. If not specified, the default search process will be used (relative to the current file). +- `vale.valeCLI.config` (default: `null`): Absolute path to a Vale config file. If not specified, the extension uses the default search process (relative to the current file). -- `vale.valeCLI.path` (default: `null`): Absolute path to the Vale binary. The predefined [`${workspaceFolder}`](https://code.visualstudio.com/docs/editor/variables-reference#_predefined-variables) variable can be used to reference a non-global binary. (**NOTE**: On Windows you can use '/' and can omit `.cmd` in the path value.) +- `vale.valeCLI.path` (default: `null`): Absolute path to the Vale binary. Use the predefined [`${workspaceFolder}`](https://code.visualstudio.com/docs/editor/variables-reference#_predefined-variables) variable to reference a non-global binary. (**NOTE**: On Windows you can use '/' and can omit `.cmd` in the path value.) **Example**