diff --git a/index.d.cts b/index.d.cts index 456d0b2..b5b9da8 100644 --- a/index.d.cts +++ b/index.d.cts @@ -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 {}