diff --git a/site/docs/generating-types.md b/site/docs/generating-types.md index 53013c49e..734b64249 100644 --- a/site/docs/generating-types.md +++ b/site/docs/generating-types.md @@ -20,6 +20,6 @@ Kysely database schema type definitions from your existing Prisma schemas. library generates Kysely database schema type definitions by connecting to and introspecting your database. This library extends Kanel which is a mature PostgreSQL-only type generator. -- [kysely-schema-generator](https://github.com/deanc/kysely-schema-generator) - This library -generates Kysely database scchema type definitions by connecting to and introspecting your database. -Current MySQL only. +- [kysely-schema-generator](https://github.com/deanc/kysely-schema-generator) - This library +generates Kysely database schema type definitions by connecting to and introspecting +your database. Current MySQL only.