Skip to content

Commit 01c82bb

Browse files
NicolappsConvex, Inc.
authored andcommitted
Fix typo in comment (mesage → message) (#38455)
GitOrigin-RevId: 3c7c742b8d86d52b06115a46c53d345b034e811f
1 parent 15834d0 commit 01c82bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bundler/context.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ export function logMessage(ctx: Context, ...logged: any) {
185185
}
186186

187187
// For the rare case writing output to stdout. Status and error messages
188-
// (logMesage, logWarning, etc.) should be written to stderr.
188+
// (logMessage, logWarning, etc.) should be written to stderr.
189189
export function logOutput(ctx: Context, ...logged: any) {
190190
ctx.spinner?.clear();
191191
// the one spot where we can console.log

0 commit comments

Comments
 (0)