Skip to content

Commit 32edf27

Browse files
authored
fix: correct typo in toast message comment (#63)
1 parent 38b9304 commit 32edf27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/18.provider-errors/02.problem.connection-error/app/routes/_auth+/auth.$provider.callback.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export async function loader({ request, params }: LoaderFunctionArgs) {
2828
// 🐨 if there's an existing connection and a userId, then there's a conflict... Either:
2929
// 1. The account is already connected to their own account
3030
// 2. The account is already connected to someone else's account
31-
// 🐨 redirect to the /settings/profile/connections route with an apprpropriate toast message
31+
// 🐨 redirect to the /settings/profile/connections route with an appropriate toast message
3232

3333
throw await redirectWithToast('/login', {
3434
title: 'Auth Success (jk)',

0 commit comments

Comments
 (0)