Skip to content

Commit 88a47cc

Browse files
authored
type: planetscale readme
1 parent e80b238 commit 88a47cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ const db = new Kysely<Database>({
6262

6363
#### Custom `format` function
6464

65-
`PlanetScaleDialect` passes all parameters to `@planetscale/database` unmodified, expect for JavaScript Dates, which are converted to MySQL strings. If you [set a `format` function](https://github.com/planetscale/database-js#custom-query-parameter-format-function), you can override this behavior:
65+
`PlanetScaleDialect` passes all parameters to `@planetscale/database` unmodified, except for JavaScript Dates, which are converted to MySQL strings. If you [set a `format` function](https://github.com/planetscale/database-js#custom-query-parameter-format-function), you can override this behavior:
6666

6767
```typescript
6868
import {Kysely} from 'kysely'

0 commit comments

Comments
 (0)