From b87b28ad54a5c4076689e64b7de4e9bde2dd0e5b Mon Sep 17 00:00:00 2001 From: Elliot Yamaguchi Date: Fri, 13 Aug 2021 15:01:47 -0700 Subject: [PATCH] docs: fix typo in sample (#534) Co-authored-by: Benjamin E. Coe --- automl/language_text_classification_predict.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automl/language_text_classification_predict.js b/automl/language_text_classification_predict.js index 1e7b77b8764..db49bdf08f2 100644 --- a/automl/language_text_classification_predict.js +++ b/automl/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' }, }, };