Skip to content

Commit

Permalink
fix typo (#51304)
Browse files Browse the repository at this point in the history
  • Loading branch information
rudream authored Jan 21, 2025
1 parent b2becb0 commit 1c66523
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ export default function DeleteConnectorDialog(props: Props) {
{isDefault && (
<Alert kind="outline-warn" m={0} mt={3}>
<P1>
This is the currently the default auth connector. Deleting this
will cause{' '}
This is currently the default auth connector. Deleting this will
cause{' '}
<Text as="span" bold color="text.main">
{nextDefault}
</Text>{' '}
Expand Down

0 comments on commit 1c66523

Please sign in to comment.