diff --git a/automl/snippets/language_text_classification_predict.js b/automl/snippets/language_text_classification_predict.js index 1e7b77b8764..db49bdf08f2 100644 --- a/automl/snippets/language_text_classification_predict.js +++ b/automl/snippets/language_text_classification_predict.js @@ -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' }, }, };