Skip to content
Merged
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/en-US/Get-PlasterTemplate.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ PS C:\> Invoke-Plaster -TemplatePath $templates[0].TemplatePath -DestinationPath
```

This will get the list of built-in Plaster templates. The first template returned is then used to
create a new module at the specifed path.
create a new module at the specified path.

### Example 2
```
Expand All @@ -60,7 +60,7 @@ PS C:\> Invoke-Plaster -TemplatePath $templates[0].TemplatePath -DestinationPath

This will get a list of Plaster templates, both built-in and included with installed
modules. The first template returned is then used to create a new module at
the specifed path.
the specified path.

### Example 3
```
Expand All @@ -70,7 +70,7 @@ PS C:\> Invoke-Plaster -TemplatePath $templates[0].TemplatePath -DestinationPath
```

This will get a list of Plaster templates found recursively under c:\MyPlasterTemplates
The first template returned is then used to create a new module at the specifed path.
The first template returned is then used to create a new module at the specified path.

### Example 4
```
Expand Down