Skip to content

Commit 2c68776

Browse files
fix scripts folder text (#24609)
1 parent a250579 commit 2c68776

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/circleci/download_devtools_regression_build.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ async function downloadRegressionBuild() {
7575
// For React versions earlier than 18.0.0, we explicitly scheduler v0.20.1, which
7676
// is the first version that has unstable_mock, which DevTools tests need, but also
7777
// has Scheduler.unstable_trace, which, although we don't use in DevTools tests
78-
// is imported by older React versions and will break if it's not ther
78+
// is imported by older React versions and will break if it's not there
7979
if (semver.lte(semver.coerce(version).version, '18.0.0')) {
8080
await exec(`npm install --prefix ${REGRESSION_FOLDER} [email protected]`);
8181
}

scripts/jest/jest-cli.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ const argv = yargs
112112
},
113113
sourceMaps: {
114114
describe:
115-
'Enable inline source maps when tranforming source files with Jest. Useful for debugging, but makes it slower.',
115+
'Enable inline source maps when transforming source files with Jest. Useful for debugging, but makes it slower.',
116116
type: 'boolean',
117117
default: false,
118118
},

0 commit comments

Comments
 (0)