From f5312617d34cf45e35c8a89241486ab05ca9c486 Mon Sep 17 00:00:00 2001 From: Jun Lee Date: Wed, 18 Sep 2024 15:37:50 +0100 Subject: [PATCH] Update src/content/partials/workers/wrangler-commands/hyperdrive.mdx Co-authored-by: hyperlint-ai[bot] <154288675+hyperlint-ai[bot]@users.noreply.github.com> --- src/content/partials/workers/wrangler-commands/hyperdrive.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/partials/workers/wrangler-commands/hyperdrive.mdx b/src/content/partials/workers/wrangler-commands/hyperdrive.mdx index 2813501a721446..b901da8d3e5496 100644 --- a/src/content/partials/workers/wrangler-commands/hyperdrive.mdx +++ b/src/content/partials/workers/wrangler-commands/hyperdrive.mdx @@ -21,7 +21,7 @@ wrangler hyperdrive create [OPTIONS] - `--port` number optional - The database port to connect to. - `--scheme` string optional - - The scheme used to connect to the origin database - e.g. postgresql or postgres. + - The scheme used to connect to the origin database, for example, postgresql or postgres. - `--database` string optional - The database (name) to connect to. For example, Postgres or defaultdb. - `--user` string optional