Skip to content

Commit

Permalink
fix scripts folder text (#24609)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandrutasica authored May 25, 2022
1 parent a250579 commit 2c68776
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/circleci/download_devtools_regression_build.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ async function downloadRegressionBuild() {
// For React versions earlier than 18.0.0, we explicitly scheduler v0.20.1, which
// is the first version that has unstable_mock, which DevTools tests need, but also
// has Scheduler.unstable_trace, which, although we don't use in DevTools tests
// is imported by older React versions and will break if it's not ther
// is imported by older React versions and will break if it's not there
if (semver.lte(semver.coerce(version).version, '18.0.0')) {
await exec(`npm install --prefix ${REGRESSION_FOLDER} [email protected]`);
}
Expand Down
2 changes: 1 addition & 1 deletion scripts/jest/jest-cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ const argv = yargs
},
sourceMaps: {
describe:
'Enable inline source maps when tranforming source files with Jest. Useful for debugging, but makes it slower.',
'Enable inline source maps when transforming source files with Jest. Useful for debugging, but makes it slower.',
type: 'boolean',
default: false,
},
Expand Down

0 comments on commit 2c68776

Please sign in to comment.