diff --git a/docs/features/software-catalog/external-integrations.md b/docs/features/software-catalog/external-integrations.md index 0f64790087..69ff245169 100644 --- a/docs/features/software-catalog/external-integrations.md +++ b/docs/features/software-catalog/external-integrations.md @@ -1136,7 +1136,7 @@ If you need to pass a token to your API, then you can create a constructor that export class MyIncrementalEntityProvider implements IncrementalEntityProvider { - token: string; + private readonly token: string; constructor(token: string) { this.token = token;