diff --git a/docs/features/software-catalog/external-integrations.md b/docs/features/software-catalog/external-integrations.md index f074f3a641..a93e77dc00 100644 --- a/docs/features/software-catalog/external-integrations.md +++ b/docs/features/software-catalog/external-integrations.md @@ -328,7 +328,7 @@ export class UserEntityProvider implements EntityProvider { async run(): Promise { if (!this.connection) { - throw new Error('USer Connection Not initialized') + throw new Error('User Connection Not initialized') } const userResources: UserEntity[] = []