We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1119f59 commit bb2f340Copy full SHA for bb2f340
yarn.config.cjs
@@ -62,7 +62,7 @@ async function enforceCompilerMeta({ Yarn }) {
62
const foundVersion = versionMatch?.groups?.version;
63
if (foundVersion !== EXPECTED_VERSION) {
64
Yarn.workspace().error(
65
- `compiler/common/bs_version.ml file need to be fiexed; expected ${EXPECTED_VERSION}, found ${foundVersion}.`,
+ `compiler/common/bs_version.ml file need to be fixed; expected ${EXPECTED_VERSION}, found ${foundVersion}.`,
66
);
67
}
68
0 commit comments