Skip to content

Commit 0207335

Browse files
committed
docs: fix comment typo
1 parent 26baf17 commit 0207335

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/backstage-plugin-coder/src/components/CoderProvider/CoderAuthProvider.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -623,7 +623,7 @@ type AuthFallbackProvider = FC<
623623

624624
// Matches each behavior for the fallback auth UI to a specific provider. This
625625
// is screwy code, but by doing this, we ensure that if the user chooses not to
626-
// have dynamic a auth fallback UI, their app will have far less tracking logic,
626+
// have a dynamic auth fallback UI, their app will have far less tracking logic,
627627
// meaning less performance overhead and fewer re-renders from something the
628628
// user isn't even using
629629
const fallbackProviders = {

0 commit comments

Comments
 (0)