diff --git a/turborepo-tests/integration/tests/prune/yarn-pnp.t b/turborepo-tests/integration/tests/prune/yarn-pnp.t index 187df1726529c..bdae9265c200f 100644 --- a/turborepo-tests/integration/tests/prune/yarn-pnp.t +++ b/turborepo-tests/integration/tests/prune/yarn-pnp.t @@ -9,7 +9,7 @@ Prune the project Generating pruned monorepo for a in .*out (re) - Added a -Verify that .pnp.cjs isn't coppied causing unnecessary cache misses +Verify that .pnp.cjs isn't copied causing unnecessary cache misses $ ls -A out/ package.json packages diff --git a/turborepo-tests/integration/tests/run/single-package/dry-run-pnpm.t b/turborepo-tests/integration/tests/run/single-package/dry-run-pnpm.t index cd0744042fc76..b9be028741228 100644 --- a/turborepo-tests/integration/tests/run/single-package/dry-run-pnpm.t +++ b/turborepo-tests/integration/tests/run/single-package/dry-run-pnpm.t @@ -1,5 +1,5 @@ Setup $ . ${TESTDIR}/../../../../helpers/setup_integration_test.sh single_package pnpm@8.0.0 -We only care about this running sucessfully and not the json output +We only care about this running successfully and not the json output $ ${TURBO} run build --dry=json > /dev/null