Skip to content

Commit c2852a9

Browse files
authored
Fix grammar in documentation for AllowedTrialTenantDomains
1 parent 8ada996 commit c2852a9

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -192,10 +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-
Array of `AllowedTrialTenantDomains` can be emptied by calling following command:
196-
```
197-
Set-CsTenantFederationConfiguration -AllowedTrialTenantDomains @()
198-
```
195+
The array of `AllowedTrialTenantDomains` can be emptied by running the following command: `Set-CsTenantFederationConfiguration -AllowedTrialTenantDomains @()`.
199196

200197
### -------------------------- Example 14 --------------------------
201198
```

0 commit comments

Comments
 (0)