Skip to content

Commit 7424504

Browse files
committed
Fix typo
1 parent 6bd059e commit 7424504

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 an auth tokens.
11+
[Secrets](/workers/configuration/secrets/) are typically used for storing sensitive information like 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)