Skip to content

Commit 3e6584d

Browse files
typo fix
1 parent 9d71a8d commit 3e6584d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

teams/teams-ps/teams/Set-CsTenantFederationConfiguration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ $x = New-CsEdgeDomainPattern -Domain "fabrikam.com"
6363
Set-CsTenantFederationConfiguration -BlockedDomains @{Replace=$x}
6464
```
6565

66-
In Example 2, the domain fabrikam.com is assigned as the only domain on the blocked domains list for current tenant.
66+
In Example 1, the domain fabrikam.com is assigned as the only domain on the blocked domains list for current tenant.
6767
To do this, the first command in the example uses the `New-CsEdgeDomainPattern` cmdlet to create a new domain object for fabrikam.com.
6868
This domain object is stored in a variable named $x.
6969

0 commit comments

Comments
 (0)