Skip to content

Commit 6d36deb

Browse files
authored
fix: typo in description of pooler connection mode (supabase#21802)
1 parent 384b6c4 commit 6d36deb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/studio/components/interfaces/Settings/Database/ConnectionPooling/ConnectionPooling.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ export const ConnectionPooling = () => {
273273
</AlertTitle_Shadcn_>
274274
<AlertDescription_Shadcn_>
275275
Session mode can be used concurrently with transaction mode by using
276-
5432 for session and 6543 for session. However, by configuring the
276+
5432 for session and 6543 for transaction. However, by configuring the
277277
pooler mode to session here, you will not be able to use transaction
278278
mode at the same time.
279279
</AlertDescription_Shadcn_>

0 commit comments

Comments
 (0)