Skip to content

Commit dfb06f4

Browse files
authored
Write 'pipeline' consistently throughout.
At one location 'Pipeline' was written and everywhere else 'pipeline', which is inconsistent, so 'Pipeline' has been changed to 'pipeline'.
1 parent fa28cea commit dfb06f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Style-Guide/Function-Structure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ function Get-USCitizenCapability {
8080

8181
#### Always use CmdletBinding attribute.
8282

83-
#### Always have at least a `process {}` code block if any parameters takes values from the Pipeline.
83+
#### Always have at least a `process {}` code block if any parameters takes values from the pipeline.
8484

8585
#### Specify an OutputType attribute if the advanced function returns an object or collection of objects.
8686

0 commit comments

Comments
 (0)