Skip to content

Commit 0e6aa43

Browse files
ey00Benjamin E. Coe
authored andcommitted
docs: fix typo in sample (#534)
Co-authored-by: Benjamin E. Coe <[email protected]>
1 parent dc7d5df commit 0e6aa43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

automl/language_text_classification_predict.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ function main(
4242
payload: {
4343
textSnippet: {
4444
content: content,
45-
mimeType: 'text/plain', // Types: 'test/plain', 'text/html'
45+
mimeType: 'text/plain', // Types: 'text/plain', 'text/html'
4646
},
4747
},
4848
};

0 commit comments

Comments
 (0)