Skip to content

Commit d42656b

Browse files
Update skype/skype-ps/skype/New-CsTeamsEmergencyCallingExtendedNotification.md
Co-authored-by: JohanFreelancer9 <[email protected]>
1 parent 6b28cde commit d42656b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

skype/skype-ps/skype/New-CsTeamsEmergencyCallingExtendedNotification.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ This cmdlet supports creating specific emergency calling notification settings p
3131
PS C:> $en1 = New-CsTeamsEmergencyCallingExtendedNotification -EmergencyDialString "911" -NotificationGroup "[email protected]" -NotificationMode ConferenceUnMuted
3232
```
3333

34-
Creates an extended emergency calling notfication for emergency phone number 911 and stores it in the variable $en1. The variable should afterwards be added to a TeamsEmergencyCallingPolicy instance.
34+
Creates an extended emergency calling notification for the emergency phone number 911 and stores it in the variable $en1. The variable should be added afterward to a TeamsEmergencyCallingPolicy instance.
3535

3636
## PARAMETERS
3737

0 commit comments

Comments
 (0)