From 75522ebb0f2e1a9623535c77212f63a58baec98f Mon Sep 17 00:00:00 2001 From: Gilbert Sanchez Date: Fri, 16 Dec 2022 12:44:12 -0800 Subject: [PATCH] Fix specifed typo --- docs/en-US/Get-PlasterTemplate.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/en-US/Get-PlasterTemplate.md b/docs/en-US/Get-PlasterTemplate.md index 36a7711..97e0be1 100644 --- a/docs/en-US/Get-PlasterTemplate.md +++ b/docs/en-US/Get-PlasterTemplate.md @@ -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 ``` @@ -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 ``` @@ -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 ```