Skip to content

Commit b3027e8

Browse files
committed
Correct typo
1 parent 01c738d commit b3027e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ codecov:
125125

126126
# Generate AST related boilerplate code.
127127
# If fails first time, run with JS generators disabled first, and then again with JS generators enabled.
128-
# This is necessary because JS generators use `oxc_*` crates (e.g. `oxc_minify`), and those crates may not compile
128+
# This is necessary because JS generators use `oxc_*` crates (e.g. `oxc_minifier`), and those crates may not compile
129129
# unless Rust code is generated first.
130130
# See: https://github.com/oxc-project/oxc/issues/15564
131131
ast:

0 commit comments

Comments
 (0)