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 <bencoe@google.com>
  • Loading branch information
ey00 and bcoe authored Aug 13, 2021
1 parent 7f2b747 commit 7478dfe
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 7478dfe

Please sign in to comment.