Skip to content

Commit 447b7d4

Browse files
authored
fix: typo in comment (#2049)
1 parent 5ce2cd9 commit 447b7d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/runtime/src/templates/handlerUtils.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ export const augmentFsModule = ({
107107
// Grab the real fs.promises.readFile...
108108
const readfileOrig = promises.readFile
109109
const statsOrig = promises.stat
110-
// ...then money-patch it to see if it's requesting a CDN file
110+
// ...then monkey-patch it to see if it's requesting a CDN file
111111
promises.readFile = (async (file, options) => {
112112
const baseUrl = getBase()
113113

0 commit comments

Comments
 (0)