Skip to content

Commit 5101ec1

Browse files
Merge pull request #267781 from RamanathanChinnappan-MSFT/patch-99
(AzureCXP) fixes MicrosoftDocs/azure-docs#120216
2 parents 1868aed + 0a6269a commit 5101ec1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/ai-services/translator/quickstart-text-rest-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -621,7 +621,7 @@ Add the following code sample to your `index.js` file. **Make sure you update th
621621
params: {
622622
'api-version': '3.0',
623623
'from': 'en',
624-
'to': ['fr', 'zu']
624+
'to': 'fr,zu'
625625
},
626626
data: [{
627627
'text': 'I would really like to drive your car around the block a few times!'

0 commit comments

Comments
 (0)