Skip to content

Commit

Permalink
fix(docs): Fix typo in PGlite intro page (#1783)
Browse files Browse the repository at this point in the history
Removing an extra comma in the code example.
  • Loading branch information
eliot-akira authored Oct 4, 2024
1 parent 8da97cf commit a28710f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/partials/sync-into-pglite.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { useLiveQuery } from '@electric-sql/pglite-react'
// Create a persistent local PGlite database
const pg = await PGlite.create({
dataDir: 'idb://my-database',
extensions: {,
extensions: {
electric: electricSync(),
live
}
Expand Down

0 comments on commit a28710f

Please sign in to comment.