Skip to content

Commit d0494d2

Browse files
authored
Fix typos and improve clarity in documentation
1 parent 92366cd commit d0494d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

teams/teams-ps/teams/Set-CsPhoneNumberAssignment.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,13 +148,13 @@ This example shows how to turn off reverse number lookup (RNL) on a phone number
148148
```powershell
149149
Set-CsPhoneNumberAssignment -Identity user1@contoso.com -PhoneNumber '+14255551234' -PhoneNumberType CallingPlan -AssignmentCategory Private
150150
```
151-
This example shows how to assign a private phonenumber (incoming calls only) to a user.
151+
This example shows how to assign a private phone number (incoming calls only) to a user.
152152

153153

154154
## PARAMETERS
155155

156156
### -AssignmentCategory
157-
This parameter is used to indicate category of phone number assignment if not primary phonenumber. E.g. Private line can be assigned to a user using -AssignmentCategory Private
157+
This parameter indicates the phone number assignment category if it isn't the primary phone number. For example, a Private line can be assigned to a user using '-AssignmentCategory Private'.
158158

159159
```yaml
160160
Type: System.String

0 commit comments

Comments
 (0)