Skip to content

Commit d4b8806

Browse files
Apply suggestions from review
Co-authored-by: Sean Wheeler <[email protected]>
1 parent 2ca0b6b commit d4b8806

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docset/winserver2022-ps/tls/Enable-TlsCipherSuite.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ CRYPT_PRIORITY_BOTTOM.
6666
Enable-TlsCipherSuite -Name TLS_DHE_DSS_WITH_AES_256_CBC_SHA -Position 0
6767
```
6868

69-
This command enables cipher suite named TLS_DHE_DSS_WITH_AES_256_CBC_SHA. This command adds the
69+
This command enables cipher suite named `TLS_DHE_DSS_WITH_AES_256_CBC_SHA`. This command adds the
7070
cipher suite the TLS cipher suite list at position 0, which is the highest priority.
7171

7272
## PARAMETERS

0 commit comments

Comments
 (0)