Skip to content

Commit 9ed96ac

Browse files
Fix docs
1 parent 3f65f68 commit 9ed96ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/options.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ export interface IOptions {
149149
*/
150150
replaceInvalidChars?: boolean;
151151
/**
152-
* If an value has a type (as defined by calling `Object.prototype.toString`
152+
* If a value has a type (as defined by calling `Object.prototype.toString`
153153
* on the value) equal to a key in `typeHandlers`, then said value will be
154154
* replaced by the return value of the function mapped to by the key in
155155
* `typeHandlers`. This function is called with the value as a parameter.

0 commit comments

Comments
 (0)