Skip to content

Commit

Permalink
docs: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien-R44 committed Apr 6, 2024
1 parent a78b47b commit 3bd4116
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/docs/cache_drivers.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ You will need to install `mysql2` to use this driver.
```ts
import { Kysely } from 'kysely'
import { BentoCache, bentostore } from 'bentocache'
import { mysqlDriver } from 'bentocache/drivers/sql'
import { mysqlDriver } from 'bentocache/drivers/kysely'

const db = new Kysely<Database>({ dialect })

Expand Down

0 comments on commit 3bd4116

Please sign in to comment.