Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
samwillis committed Aug 11, 2024
1 parent 8fced93 commit d9cd764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/pglite/src/pglite.ts
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ export class PGlite implements PGliteInterface, AsyncDisposable {
const buf = this.#queryReadBuffer
if (!buf) {
throw new Error(
'No /deb/blob File or Blob provided to read from',
'No /dev/blob File or Blob provided to read from',
)
}
const contents = new Uint8Array(buf)
Expand Down

0 comments on commit d9cd764

Please sign in to comment.