Skip to content

Commit 8fdb8fe

Browse files
authored
Removed lines of hyphens from headings
Depending on the width of the browser window, the hyphens in the headings can look quite odd.
1 parent 9046e48 commit 8fdb8fe

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

skype/skype-ps/skype/New-CsWebServiceConfiguration.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Likewise, your command will fail if you try to create a new collection at, for i
5353

5454
## EXAMPLES
5555

56-
### -------------------------- Example 1 ------------------------
56+
### Example 1
5757
```
5858
New-CsWebServiceConfiguration -Identity site:Redmond -EnableGroupExpansion $False -UseCertificateAuth $True
5959
```
@@ -66,7 +66,7 @@ Note that this command will fail if a collection of Web Services configuration s
6666
That's because sites are limited to a single collection of Web Services configuration settings.
6767

6868

69-
### -------------------------- Example 2 ------------------------
69+
### Example 2
7070
```
7171
$x = New-CsWebServiceConfiguration -Identity site:Redmond -InMemory
7272
@@ -88,7 +88,7 @@ If you do not call the `Set-CsWebServiceConfiguration` cmdlet, no new settings w
8888
Instead, your virtual Web Services configuration settings will disappear as soon as you end your Windows PowerShell session or delete the variable $x.
8989

9090

91-
### -------------------------- Example 3 --------------------------
91+
### Example 3
9292
```
9393
$x = New-CsWebOrigin -Url "http://fabrikam.com"
9494
@@ -103,7 +103,7 @@ The second command in the example uses the `New-CsWebServiceConfiguration` cmdle
103103
The syntax `- CrossDomainAuthorizationList $x` adds http://fabrikam.com to the collection of domains authorized for cross-domain scripting.
104104

105105

106-
### -------------------------- Example 4 --------------------------
106+
### Example 4
107107
```
108108
$x = New-CsWebOrigin -Url "http://fabrikam.com"
109109

0 commit comments

Comments
 (0)