diff --git a/packages/core/src/interface/type.ts b/packages/core/src/interface/type.ts index 8c538cb308..cbacc039ed 100644 --- a/packages/core/src/interface/type.ts +++ b/packages/core/src/interface/type.ts @@ -26,7 +26,7 @@ export function isType(v: any): v is Type { * @description * * Represents an abstract class `T`, if applied to a concrete class it would stop being - * instantiatable. + * instantiable. * * @publicApi */