Skip to content

Commit f1784ce

Browse files
committed
Fix more typos in examples
1 parent 14514c6 commit f1784ce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Examples/Resources/SmbShare/1-SmbShare_CreateShare_Config.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
<#
2121
.DESCRIPTION
22-
This example create an SMB share named 'Temp' for the path 'C:\Temp',
22+
This example creates an SMB share named 'Temp' for the path 'C:\Temp',
2323
using the default values of the cmdlet `New-SmbShare`.
2424
2525
.NOTES

Examples/Resources/SmbShare/2-SmbShare_CreateShareAllProperties_Config.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
<#
2121
.DESCRIPTION
22-
This example create an SMB share named 'Temp' for the path 'C:\Temp',
22+
This example creates an SMB share named 'Temp' for the path 'C:\Temp',
2323
using specific values for each supported property.
2424
2525
.NOTES

0 commit comments

Comments
 (0)