Skip to content

Commit befd584

Browse files
committed
Fix docs typo
1 parent 9c67e81 commit befd584

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/Public/Build-Module.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ function Build-Module {
141141
#
142142
# There are two built-in Generators so far:
143143
# - Add-Parameter. Adds parameters to functions in the module from a boilerplate file, which must be a script with a param block.
144-
# - Merge-ScriptBlock. Merges boilerplate templates into functions in your module. The command "Use-OriginalBlock" in the boilerplate indicates where the code from the original function would fit into the template. The added blocks come from a boilerplate tempalte file, which must be a script, and can have named begin, process, and end blocks.
144+
# - Merge-ScriptBlock. Merges boilerplate templates into functions in your module. The command "Use-OriginalBlock" in the boilerplate indicates where the code from the original function would fit into the template. The added blocks come from a boilerplate template file, which must be a script, and can have named begin, process, and end blocks.
145145
[PSCustomObject[]]$Generators = @(),
146146

147147
# The folder (relative to the module folder) which contains the scripts which serve as boilerplate, or templates, for Script Generators

0 commit comments

Comments
 (0)