Skip to content

Commit

Permalink
Correction
Browse files Browse the repository at this point in the history
  • Loading branch information
DePasqualeOrg committed Apr 26, 2024
1 parent 7125849 commit c48ce4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/docs/generating-types.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ To work with Kysely, you're required to provide a database schema type definitio

In many cases, defining your database schema definitions manually is good enough.

However, when building production applications, its best to stay aligned with the
However, when building production applications, it's best to stay aligned with the
database schema, by automatically generating the database schema type definitions.

There are several ways to do this using third-party libraries:
Expand Down

0 comments on commit c48ce4d

Please sign in to comment.