Skip to content

Commit 3d6891b

Browse files
Merge pull request #274352 from PesalaPavan/patch-10
(AzureCXP) fixes MicrosoftDocs/azure-docs#122217
2 parents a672931 + f4971ca commit 3d6891b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/ai-services/speech-service/spx-basics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ spx translate --microphone --source en-US --target ru-RU
165165
When you're translating into multiple languages, separate the language codes with a semicolon (`;`).
166166

167167
```console
168-
spx translate --microphone --source en-US --target ru-RU;fr-FR;es-ES
168+
spx translate --microphone --source en-US --target 'ru-RU;fr-FR;es-ES'
169169
```
170170

171171
If you want to save the output of your translation, use the `--output` flag. In this example, you also read from a file.

0 commit comments

Comments
 (0)