We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fecfc5 commit e6a2ce1Copy full SHA for e6a2ce1
1 file changed
utilities/tone-utils.js
@@ -62,7 +62,7 @@ ToneUtils.prototype = {
62
'isHTML': msg.contentType || config.contentType
63
};
64
65
- options.tones = toneutils.parseToneOption(msg, config);
+ options.tones = this.parseToneOption(msg, config);
66
return options;
67
}
68
0 commit comments