Skip to content

Commit a7bab99

Browse files
authored
Fix code block formatting in documentation
1 parent 271c3c0 commit a7bab99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

exchange/exchange-ps/exchange/New-TenantAllowBlockListItems.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ For information about the parameter sets in the Syntax section below, see [Excha
2121
## SYNTAX
2222

2323
### Expiration
24-
```powershell
24+
```
2525
New-TenantAllowBlockListItems -Entries <String[]> -ListType <ListType> [-ExpirationDate <DateTime>]
2626
[-Allow]
2727
[-Block]
@@ -35,7 +35,7 @@ New-TenantAllowBlockListItems -Entries <String[]> -ListType <ListType> [-Expirat
3535
```
3636

3737
### NoExpiration
38-
```powershell
38+
```
3939
New-TenantAllowBlockListItems -Entries <String[]> -ListType <ListType> [-NoExpiration]
4040
[-Allow]
4141
[-Block]

0 commit comments

Comments
 (0)