Skip to content

Commit b148620

Browse files
fix typo
1 parent 01044d5 commit b148620

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/rehype-shiki/src/index.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const { shiki, getLanguageDisplayName, highlightToHast, highlightToHtml } =
2626
// `WebAssembly.instantiate` with custom imports, which Cloudflare doesn't support
2727
// for security reasons.
2828
//
29-
// TODO(@avivkeller): When available, use `OPEN_NEXT_CLOUDFLARE` environmen
29+
// TODO(@avivkeller): When available, use `OPEN_NEXT_CLOUDFLARE` environment
3030
// variable for detection instead of current method, which will enable better
3131
// tree-shaking.
3232
// Reference: https://github.com/nodejs/nodejs.org/pull/7896#issuecomment-3009480615

0 commit comments

Comments
 (0)