Skip to content

Commit 8ae456f

Browse files
stephan281094dougwilson
authored andcommitted
docs: fix typo
closes mysqljs#2107
1 parent 8b2baf6 commit 8ae456f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ issue [#501](https://github.com/mysqljs/mysql/issues/501). (Default: `false`)
221221
objects only when they cannot be accurately represented with [JavaScript Number objects] (http://ecma262-5.com/ELS5_HTML.htm#Section_8.5)
222222
(which happens when they exceed the [-2^53, +2^53] range), otherwise they will be returned as
223223
Number objects. This option is ignored if `supportBigNumbers` is disabled.
224-
* `dateStrings`: Force date types (TIMESTAMP, DATETIME, DATE) to be returned as strings rather then
224+
* `dateStrings`: Force date types (TIMESTAMP, DATETIME, DATE) to be returned as strings rather than
225225
inflated into JavaScript Date objects. Can be `true`/`false` or an array of type names to keep as
226226
strings. (Default: `false`)
227227
* `debug`: Prints protocol details to stdout. Can be `true`/`false` or an array of packet type names

0 commit comments

Comments
 (0)