Skip to content

Commit 5c23e83

Browse files
author
Trevor Bye
committed
change
1 parent 1bca8c1 commit 5c23e83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cognitive-services/Speech-Service/includes/how-to/text-to-speech-basics/text-to-speech-basics-csharp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ First, create a new XML file for the SSML config in your root project directory,
203203
```xml
204204
<speak version="1.0" xmlns="https://www.w3.org/2001/10/synthesis" xml:lang="en-US">
205205
<voice name="en-GB-George-Apollo">
206-
When you're on the motorway, it's a good idea to use a sat nav.
206+
When you're on the motorway, it's a good idea to use a sat-nav.
207207
</voice>
208208
</speak>
209209
```

0 commit comments

Comments
 (0)