Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct typos in platyPS.schema.md #718

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/developer/platyPS/platyPS.schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ It closely resembles output of `Get-Help`.

// one or more times, codesnippet
// it's useful to put the ```powershell code
// before the plain text command exectution output
// before the plain text command execution output
```{Syntax language, i.e. PowerShell or nothing for plain text}
{{Example body}}
```
Expand Down Expand Up @@ -92,11 +92,11 @@ It closely resembles output of `Get-Help`.
```
// if supports workflow parameters
### <WorkflowCommonParameters>
{{ Workflow common parameters text, would be ingored during maml generation }}
{{ Workflow common parameters text, would be ignored during maml generation }}

// if supports common parameters
### <CommonParameters>
{{ Common parameters text, would be ingored during maml generation }}
{{ Common parameters text, would be ignored during maml generation }}

## INPUTS
// for every input type
Expand Down