We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f65f68 commit 9ed96acCopy full SHA for 9ed96ac
src/options.ts
@@ -149,7 +149,7 @@ export interface IOptions {
149
*/
150
replaceInvalidChars?: boolean;
151
/**
152
- * If an value has a type (as defined by calling `Object.prototype.toString`
+ * If a value has a type (as defined by calling `Object.prototype.toString`
153
* on the value) equal to a key in `typeHandlers`, then said value will be
154
* replaced by the return value of the function mapped to by the key in
155
* `typeHandlers`. This function is called with the value as a parameter.
0 commit comments