Skip to content

Commit c9cadcb

Browse files
committed
docs: correct typo in wrangler.toml example for polyfill
1 parent 72e2266 commit c9cadcb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/docs/workers/wrangler/configuration.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1186,12 +1186,12 @@ You can alias all imports of `node-fetch` to instead point directly to the `fetc
11861186

11871187
```toml title="wrangler.toml"
11881188
[alias]
1189-
"node-fetch" = "./fetch-nolyfill"
1189+
"node-fetch" = "./fetch-polyfill"
11901190
```
11911191

11921192
</WranglerConfig>
11931193

1194-
```js title="./fetch-nolyfill"
1194+
```js title="./fetch-polyfill"
11951195
export default fetch;
11961196
```
11971197

0 commit comments

Comments
 (0)