Skip to content

Commit 45b5e4b

Browse files
committed
Editorial review
1 parent b5de713 commit 45b5e4b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docset/winserver2022-ps/storagereplica/New-SRGroup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ New-SRGroup @Parameters
6060

6161
This command creates a replication group for server named SR-SRV05. The command specifies the
6262
replicated volume and the log volume. The command also specifies a custom log size in GB and enables
63-
replication traffic encryption. Replication does not start until you run **New-SRPartnership**.
63+
replication traffic encryption. Replication does not start until you run `New-SRPartnership`.
6464

6565
This example uses splatting to pass parameter values from the `$Parameters` variable to the command.
6666
Learn more about [Splatting](/powershell/module/microsoft.powershell.core/about/about_splatting).

docset/winserver2022-ps/storagereplica/Set-SRGroup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Specifies an array of drive letters or mount point paths of partitions for the r
8484
group. The volumes must exist. The volumes cannot be mapped drives or UNC paths.
8585

8686
This is an ordered list. The order of volumes determines the order of replication. For more
87-
information, see the *DestinationVolumeName* parameter of the New-SRPartnership cmdlet.
87+
information, see the **DestinationVolumeName** parameter of the New-SRPartnership cmdlet.
8888

8989
```yaml
9090
Type: String[]

0 commit comments

Comments
 (0)