Skip to content

Commit

Permalink
Docs changes
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jan 4, 2022
1 parent 90f2dd7 commit 0a40340
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/clipboard.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ On Linux or OS:

## Cleanup dangling converter files

When a the number of files outputted from a [converter](converter.mc) reduces, a command to delete the extra files is added to the clipboard:
When the number of files outputted from a [converter](converter.mc) reduces, a command to delete the extra files is added to the clipboard:

On Windows:

Expand Down Expand Up @@ -57,7 +57,7 @@ Add a variable named `Verify.DeleteCommand` where `{0}` will be replaced with th

## Disable Clipboard

The clipboard behavior can be disable using the following:
The clipboard behavior can be disabled using the following:

<!-- snippet: DisableClipboardGlobal -->
<a id='snippet-disableclipboardglobal'></a>
Expand Down
2 changes: 1 addition & 1 deletion docs/scrubbers.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Scrubbers run on the final string before doing the verification action.

Multiple scrubbers [can be defined at multiple levels](#Scrubber-levels).

Scrubber are executed in reveres order. So the most recent added method scrubber through to earliest added global scrubber.
Scrubbers are executed in reverse order. So the most recent added method scrubber through to earliest added global scrubber.


## Available Scrubbers
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ The clipboard will again contain the following:
See also: [Clipboard](/docs/clipboard.md)


#### The [Diff Tool](https://github.com/VerifyTests/DiffEngine) is will display the diff:
#### The [Diff Tool](https://github.com/VerifyTests/DiffEngine) will display the diff:

![SecondDiff](/docs/SecondDiff.png)

Expand Down

0 comments on commit 0a40340

Please sign in to comment.