Skip to content

Commit 94b61ea

Browse files
committed
Tweak wording
1 parent 7424504 commit 94b61ea

File tree

1 file changed

+1
-1
lines changed
  • src/content/docs/workers/vite-plugin/reference

1 file changed

+1
-1
lines changed

src/content/docs/workers/vite-plugin/reference/secrets.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description: Using secrets with the Vite plugin
88

99
import { PackageManagers, WranglerConfig } from "~/components";
1010

11-
[Secrets](/workers/configuration/secrets/) are typically used for storing sensitive information like API keys and auth tokens.
11+
[Secrets](/workers/configuration/secrets/) are typically used for storing sensitive information such as API keys and auth tokens.
1212
For deployed Workers, they are set via the dashboard or Wrangler CLI.
1313

1414
In local development, secrets can be provided to your Worker by using a [`.dev.vars`](/workers/configuration/secrets/#local-development-with-secrets) file.

0 commit comments

Comments
 (0)