From b1b3db51a6477cfa007ca279ae3f72e7daffc0ab Mon Sep 17 00:00:00 2001 From: Chi Vinh Le Date: Thu, 7 Sep 2017 03:59:15 +0700 Subject: [PATCH] Typo --- plugins/talk-plugin-toxic-comments/server/perspective.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/talk-plugin-toxic-comments/server/perspective.js b/plugins/talk-plugin-toxic-comments/server/perspective.js index e66e6ed10..5db5a5334 100644 --- a/plugins/talk-plugin-toxic-comments/server/perspective.js +++ b/plugins/talk-plugin-toxic-comments/server/perspective.js @@ -46,7 +46,7 @@ function getProbability(scores) { } /** - * isToxics determines if given probabilty or scores meets the toxicity threshold. + * isToxic determines if given probabilty or scores meets the toxicity threshold. * @param {object|number} scores or probability * @return {boolean} */