Update docs/features/software-catalog/external-integrations.md

Co-authored-by: Patrik Oldsberg <poldsberg@gmail.com>
Signed-off-by: Joe Patterson <jrwpatterson@gmail.com>
This commit is contained in:
Joe Patterson
2022-10-19 14:35:03 +10:00
committed by GitHub
parent d7b0a11768
commit 0f6c6e84fb
@@ -328,7 +328,7 @@ export class UserEntityProvider implements EntityProvider {
async run(): Promise<void> {
if (!this.connection) {
throw new Error('USer Connection Not initialized')
throw new Error('User Connection Not initialized')
}
const userResources: UserEntity[] = []