Skip to content

Commit 2398388

Browse files
committed
connection, not connetion
1 parent 3b36765 commit 2398388

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/compass-connections/src/components/connection-status-notifications.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,12 +184,12 @@ const openDebugConnectionErrorToast = (
184184
error: Error,
185185
onDebugClick: () => void
186186
) => {
187-
openToast(`debug-connetion-error--${connectionInfo.id}`, {
187+
openToast(`debug-connection-error--${connectionInfo.id}`, {
188188
title: 'Need help debugging your connection error?',
189189
description: (
190190
<ConnectionDebugToastBody
191191
onDebug={() => {
192-
closeToast(`debug-connetion-error--${connectionInfo.id}`);
192+
closeToast(`debug-connection-error--${connectionInfo.id}`);
193193
onDebugClick();
194194
}}
195195
/>

0 commit comments

Comments
 (0)