Skip to content

Commit

Permalink
Merge pull request #426 from HeyItsGilbert/specifedTypo
Browse files Browse the repository at this point in the history
[Minor] Fix "specifed" typo
  • Loading branch information
psjamesp authored Jun 10, 2024
2 parents 8d858c1 + 75522eb commit ec7762c
Showing 1 changed file with 3 additions and 3 deletions.
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

0 comments on commit ec7762c

Please sign in to comment.