Skip to content

Commit 579250a

Browse files
authored
Merge pull request MicrosoftDocs#2162 from nschonni/typo-configuration
typo: configuraton -> configuration
2 parents 4a83ad2 + 8068060 commit 579250a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

skype/skype-ps/skype/Set-CsAddressBookNormalizationConfiguration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ The commands shown in Example 1 remove the Address Book normalization rule LongD
4747
In order to carry out this task, the first command in the example uses the `Get-CsAddressBookNormalizationRule` cmdlet to create an object reference to the normalization rule with the Identity global/LongDistanceRule.
4848
The resulting object reference is stored in a variable named $x.
4949

50-
The second command in the example then uses the `Set-CsAddressBookNormalizationConfiguraton` cmdlet to remove the rule global/LongDistanceRule from the global collection.
50+
The second command in the example then uses the `Set-CsAddressBookNormalizationConfiguration` cmdlet to remove the rule global/LongDistanceRule from the global collection.
5151
This is done by including the AddressBookNormalizationRules parameter and the syntax @{Remove=$x}.
5252

5353
`$x = Get-CsAddressBookNormalizationRule -Identity "global/LongDistanceRule"`

skype/skype-ps/skype/Set-CsVoiceTestConfiguration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Accept wildcard characters: False
8282
8383
### -Instance
8484
An object of type Microsoft.Rtc.Management.WritableConfig.Policy.Voice.TestConfiguration that contains an existing voice test configuration with the changes you'd like to make to that configuration.
85-
An object of this type can be retrieved by calling the `Get-CsVoiceTestConfiguraton` cmdlet.
85+
An object of this type can be retrieved by calling the `Get-CsVoiceTestConfiguration` cmdlet.
8686

8787
```yaml
8888
Type: PSObject

0 commit comments

Comments
 (0)