diff --git a/src/contrib/typed-service.decorator.ts b/src/contrib/typed-service.decorator.ts index f7e9fa46..08671dcd 100644 --- a/src/contrib/typed-service.decorator.ts +++ b/src/contrib/typed-service.decorator.ts @@ -10,7 +10,7 @@ import { ServiceWithDependencies } from '../types/typed-dependencies.type'; * By default, the service shall be registered upon the `defaultContainer` container. * * @remarks - * **This ia a TypeScript decorator.** + * **This is a TypeScript decorator.** * * @example * ```ts