Skip to content

Commit

Permalink
docs: fix typo (#18609)
Browse files Browse the repository at this point in the history
  • Loading branch information
nozomuikuta authored Nov 7, 2024
1 parent f239f27 commit 326ee45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/api-environment-runtimes.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Please share with us your feedback as you test the proposal.
Environments factories are intended to be implemented by Environment providers like Cloudflare, and not by end users. Environment factories return a `EnvironmentOptions` for the most common case of using the target runtime for both dev and build environments. The default environment options can also be set so the user doesn't need to do it.

```ts
function createWorkedEnvironment(
function createWorkerdEnvironment(
userConfig: EnvironmentOptions,
): EnvironmentOptions {
return mergeConfig(
Expand Down

0 comments on commit 326ee45

Please sign in to comment.