Skip to content

Commit 8d925f3

Browse files
committed
error typo
1 parent 38228c7 commit 8d925f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/compass-connections/src/stores/connections-store-redux.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1415,7 +1415,7 @@ const openConnectionClosedWithNonRetryableErrorToast = (
14151415
title: `Unable to connect to ${getConnectionTitle(connectionInfo)}`,
14161416
description: `Reason: ${getDescriptionForNonRetryableError(
14171417
error
1418-
)}. To use continue to use this connection either disconnect and reconnect, or refresh your page.`,
1418+
)}. To continue to use this connection either disconnect and reconnect, or refresh your page.`,
14191419
variant: 'warning',
14201420
});
14211421
};

0 commit comments

Comments
 (0)