Skip to content

Commit

Permalink
docs: fix typo in sample (#534)
Browse files Browse the repository at this point in the history
Co-authored-by: Benjamin E. Coe <[email protected]>
  • Loading branch information
2 people authored and Ace Nassri committed Nov 15, 2022
1 parent e34459a commit b87b28a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion automl/language_text_classification_predict.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ function main(
payload: {
textSnippet: {
content: content,
mimeType: 'text/plain', // Types: 'test/plain', 'text/html'
mimeType: 'text/plain', // Types: 'text/plain', 'text/html'
},
},
};
Expand Down

0 comments on commit b87b28a

Please sign in to comment.