Skip to content

Commit bb2f340

Browse files
authored
Update yarn.config.cjs
1 parent 1119f59 commit bb2f340

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

yarn.config.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ async function enforceCompilerMeta({ Yarn }) {
6262
const foundVersion = versionMatch?.groups?.version;
6363
if (foundVersion !== EXPECTED_VERSION) {
6464
Yarn.workspace().error(
65-
`compiler/common/bs_version.ml file need to be fiexed; expected ${EXPECTED_VERSION}, found ${foundVersion}.`,
65+
`compiler/common/bs_version.ml file need to be fixed; expected ${EXPECTED_VERSION}, found ${foundVersion}.`,
6666
);
6767
}
6868
}

0 commit comments

Comments
 (0)