Skip to content

Commit d25084b

Browse files
authored
Merge pull request MicrosoftDocs#2298 from greiginsydney/patch-16
Removed rogue space from Example 1
2 parents ee062a0 + 922c4f3 commit d25084b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

skype/skype-ps/skype/New-CsOnlineLisCivicAddress.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ NumberOfVoiceUsers : 0
6262

6363
### -------------------------- Example 1 --------------------------
6464
```
65-
New -CsOnlineLisCivicAddress -HouseNumber 3910 -StreetName Smith -StreetSuffix Street -PostDirectional NE -City Redmond -StateorProvince Washington -Country US -PostalCode 98052 -Description "West Coast Headquarters" -CompanyName Contoso
65+
New-CsOnlineLisCivicAddress -HouseNumber 3910 -StreetName Smith -StreetSuffix Street -PostDirectional NE -City Redmond -StateorProvince Washington -Country US -PostalCode 98052 -Description "West Coast Headquarters" -CompanyName Contoso
6666
```
6767

6868
This example creates a new civic address described as "West Coast Headquarters": 3910 Smith Street NE, Redmond WA, 98052.

0 commit comments

Comments
 (0)