Skip to content

Commit 46e8bec

Browse files
typo fixes
1 parent 4e06dce commit 46e8bec

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

teams/teams-ps/MicrosoftTeams/New-CsAutoRecordingTemplate.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ New-CsAutoRecordingTemplate -Name <String> -Description <String> -SharePointHost
2727
>[!CAUTION]
2828
>The functionality provided by this cmdlet will only work for customers that are participating in the Voice Applications private preview for this feature. General Availability for this functionality has not been determined at this time.
2929
30-
Use the New-CsAutoRecordingTemplate cmdlet to create an Auto Recording tempalte that can be assigned to a call queue.
30+
Use the New-CsAutoRecordingTemplate cmdlet to create an Auto Recording template that can be assigned to a call queue.
3131

3232
## EXAMPLES
3333

3434
### Example 1
3535
```
36-
New-CsAutoRecordingTemplate -Name "Customer Service" -Description "Transcription & Recording enabled" -TranscriptionEnabled $true -RecordingEnabled $true -AgentViewPermission XXXXX -SharePointHostName YYYYYY -SharePointSiteName ZZZZZ -RecordingDocumentOwner GUID -AutoRecordingAnnouncementTextToSpeechPrompt "This call will be reocorded for quality and training purposes."
36+
New-CsAutoRecordingTemplate -Name "Customer Service" -Description "Transcription & Recording enabled" -TranscriptionEnabled $true -RecordingEnabled $true -AgentViewPermission XXXXX -SharePointHostName YYYYYY -SharePointSiteName ZZZZZ -RecordingDocumentOwner GUID -AutoRecordingAnnouncementTextToSpeechPrompt "This call will be recorded for quality and training purposes."
3737
```
3838

3939
This example creates a new Auto Recording template that enabled transcription and recording.
@@ -199,7 +199,7 @@ Accept wildcard characters: False
199199
>[!CAUTION]
200200
>This text needs to be entered in the same language that is set for the call queue.
201201

202-
The text to speach prompt that will be played to callers telling them their call is being recorded.
202+
The text to speech prompt that will be played to callers telling them their call is being recorded.
203203

204204
```yaml
205205
Type: System.String

0 commit comments

Comments
 (0)