chore: update comments

Signed-off-by: Timothy Deakin <cftad@protonmail.com>
This commit is contained in:
Timothy Deakin
2024-03-29 13:34:00 +00:00
parent f2070d54f5
commit 302b283862
2 changed files with 2 additions and 2 deletions
@@ -1,6 +1,6 @@
# Auth Module: AWS ALB Provider
This module provides an GitHub auth provider implementation for `@backstage/plugin-auth-backend`.
This module provides an AWS application load balancer auth provider implementation for `@backstage/plugin-auth-backend`.
## Links
@@ -20,7 +20,7 @@ import {
} from '@backstage/plugin-auth-node';
import { AwsAlbResult } from './types';
/**
* Available sign-in resolvers for the Google auth provider.
* Available sign-in resolvers for the AWS ALB auth provider.
*
* @public
*/