From 0e6aa4391d8c1f8a96c420c1c5826773cb65d5fe 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 1e7b77b876..db49bdf08f 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' }, }, };