Skip to content

Commit ba031fe

Browse files
committed
fix: typo in comment
1 parent 5ce2cd9 commit ba031fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/runtime/src/templates/handlerUtils.ts

Lines changed: 1 addition & 1 deletion
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)