Skip to content

Commit 936c7f5

Browse files
authored
Update Set-CsTenantFederationConfiguration.md
Typo fixed
1 parent 0311003 commit 936c7f5

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
@@ -192,7 +192,7 @@ Set-CsTenantFederationConfiguration -AllowedTrialTenantDomains @("contoso.com",
192192

193193
Example 13 shows another way to set a value of `AllowedTrialTenantDomains`. It uses array of objects and it always replaces value of the `AllowedTrialTenantDomains`. When this command completes, the result is the same as in example 12.
194194

195-
List of `AllowedTrialTenantDomains` can be emptied by calling following command:
195+
Array of `AllowedTrialTenantDomains` can be emptied by calling following command:
196196
```
197197
Set-CsTenantFederationConfiguration -AllowedTrialTenantDomains @()
198198
```

0 commit comments

Comments
 (0)