Skip to content

Commit

Permalink
fixup! Add missing types
Browse files Browse the repository at this point in the history
  • Loading branch information
a-robinson committed Sep 12, 2023
1 parent 349caf6 commit 829277e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions types/defines/hyperdrive.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ interface Hyperdrive {

/*
* A randomly generated hostname that is only valid within the context of the
* currently running worker which, when passed into `connect()` function from
* currently running Worker which, when passed into `connect()` function from
* the "cloudflare:sockets" module, will connect to the Hyperdrive instance
* for your database.
*/
Expand All @@ -42,7 +42,7 @@ interface Hyperdrive {
/*
* The randomly generated password to use when authenticating to your
* database via Hyperdrive. Like the host field, this password is only valid
* within the context of the currently running worker instance from which
* within the context of the currently running Worker instance from which
* it's read.
*/
readonly password: string;
Expand Down

0 comments on commit 829277e

Please sign in to comment.