Skip to content

Commit

Permalink
typo: desribed -> described (#3989)
Browse files Browse the repository at this point in the history
  • Loading branch information
nschonni authored and sdwheeler committed Mar 14, 2019
1 parent 7026c25 commit 09b0eac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reference/6/Microsoft.PowerShell.Utility/Test-Json.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ PS C:\> "{'name': 'Ashley', 'age': 25}" | Test-Json -schema $schema
True
```

This Command takes a string containing a JSON schema and compares it to an input string. Since the input string conforms to the schema desribed in the -schema argument the cmdlet returns `$True`.
This Command takes a string containing a JSON schema and compares it to an input string. Since the input string conforms to the schema described in the -schema argument the cmdlet returns `$True`.

For more information, see [JSON Schema](https://json-schema.org/)

Expand Down

0 comments on commit 09b0eac

Please sign in to comment.