Skip to content

Commit 2e175b6

Browse files
committed
fix: html quotes
1 parent a91c06d commit 2e175b6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

apps/postgres-new/components/chat.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -629,7 +629,8 @@ function LiveShareOverlay(props: { databaseId: string }) {
629629
<p>
630630
PGlite operates in single-user mode, so you can only establish one connection at a
631631
time per database. If you attempt to establish more than one connection using the
632-
Live Share connection string, you will receive a "too many clients" error.
632+
Live Share connection string, you will receive a &quot;too many clients&quot;
633+
error.
633634
</p>
634635
</AccordionContent>
635636
</AccordionItem>

0 commit comments

Comments
 (0)