Skip to content

Commit 3b8a625

Browse files
committed
docs: typos for winserver2016 partitions
1 parent c377e51 commit 3b8a625

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docset/winserver2016-ps/storage/Get-Partition.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ This cmdlet will return a Volume object or a set of Volume objects given paramet
6868
PS C:\>Get-Partition
6969
```
7070

71-
This example return all partitions, on all disks.
71+
This example returns all partitions, on all disks.
7272

7373
### Example 2
7474
```
@@ -80,7 +80,7 @@ PartitionNumber DriveLetter Offset Size
8080
1 H 1048576 298.09 GB IFS
8181
```
8282

83-
This example return all partitions on disk 5.
83+
This example returns all partitions on disk 5.
8484

8585
### Example 3
8686
```
@@ -92,7 +92,7 @@ PartitionNumber DriveLetter Offset Size
9292
2 C 368050176 465.42 GB IFS
9393
```
9494

95-
This example partition associated with the volume for drive letter C.
95+
This example returns partitions associated with the volume for drive letter C.
9696

9797
### Example 4
9898
```

0 commit comments

Comments
 (0)