Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
myrotvorets-team committed Oct 23, 2023
1 parent 6f4d659 commit f458e9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.cts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { Knex } from 'knex';
/**
* `FakeClient` does not have any public properties;
* Even though it really derives from `Client_MySQL`,
* knex does not provide any tyope definitions for that class.
* knex does not provide any type definitions for that class.
* For the sake of simplicity, we just use `Knex.Client` here.
*/
export class FakeClient extends Knex.Client {}

0 comments on commit f458e9d

Please sign in to comment.