Skip to content

Commit aaa0e36

Browse files
Update packages/wrangler/src/deployment-bundle/esbuild-plugins/hybrid-nodejs-compat.ts
Co-authored-by: Pete Bacon Darwin <[email protected]>
1 parent a66babd commit aaa0e36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/wrangler/src/deployment-bundle/esbuild-plugins/hybrid-nodejs-compat.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ function getGlobalInject(globalInject: string | string[]) {
219219
* Encodes a case sensitive string to lowercase string.
220220
*
221221
* - Escape $ with another $ ("$" -> "$$")
222-
* - Esacpe uppercase letters with $ and turn them into lowercase letters ("L" -> "$L")
222+
* - Escape uppercase letters with $ and turn them into lowercase letters ("L" -> "$L")
223223
*
224224
* This function exists because ESBuild requires that all resolved paths are case insensitive.
225225
* Without this transformation, ESBuild will clobber /foo/bar.js with /foo/Bar.js

0 commit comments

Comments
 (0)