Skip to content

Commit

Permalink
[typescript] fix typo in edge runtime name (#41773)
Browse files Browse the repository at this point in the history
There's a typo, the `l` is missing in "experimenta**l**-edge", so this
PR fixes it :sunglasses_+1:

## Bug

- [ ] Related issues linked using `fixes #number`
- [ ] Integration tests added
- [ ] Errors have a helpful link attached, see `contributing.md`
  • Loading branch information
Schniz committed Oct 25, 2022
1 parent 2ac7e4c commit 455161c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/next/server/next-typescript.ts
Expand Up @@ -114,7 +114,7 @@ const API_DOCS: Record<
'The `runtime` option controls the preferred runtime to render this route.',
options: {
'"nodejs"': 'Prefer the Node.js runtime.',
'"experimenta-edge"': 'Prefer the experimental Edge runtime.',
'"experimental-edge"': 'Prefer the experimental Edge runtime.',
},
},
}
Expand Down

0 comments on commit 455161c

Please sign in to comment.