Skip to content

Commit 0df8fc8

Browse files
authored
Merge pull request MicrosoftDocs#3040 from GlennChia/docs/get-partition-typo
Docs/get-partition-typo
2 parents 0c38a28 + bece9cc commit 0df8fc8

File tree

5 files changed

+15
-15
lines changed

5 files changed

+15
-15
lines changed

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

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

53-
This example return all partitions, on all disks.
53+
This example returns all partitions, on all disks.
5454

5555
### EXAMPLE 2
5656
```
@@ -62,7 +62,7 @@ PartitionNumber DriveLetter Offset Size
6262
1 H 1048576 298.09 GB IFS
6363
```
6464

65-
This example return all partitions on disk 5.
65+
This example returns all partitions on disk 5.
6666

6767
### EXAMPLE 3
6868
```
@@ -74,7 +74,7 @@ PartitionNumber DriveLetter Offset Size
7474
2 C 368050176 465.42 GB IFS
7575
```
7676

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

7979
### EXAMPLE 4
8080
```

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

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

58-
This example return all partitions, on all disks.
58+
This example returns all partitions, on all disks.
5959

6060
### EXAMPLE 2
6161
```
@@ -67,7 +67,7 @@ PartitionNumber DriveLetter Offset Size
6767
1 H 1048576 298.09 GB IFS
6868
```
6969

70-
This example return all partitions on disk 5.
70+
This example returns all partitions on disk 5.
7171

7272
### EXAMPLE 3
7373
```
@@ -79,7 +79,7 @@ PartitionNumber DriveLetter Offset Size
7979
2 C 368050176 465.42 GB IFS
8080
```
8181

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

8484
### EXAMPLE 4
8585
```

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
```

docset/winserver2019-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
```

docset/winserver2022-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)