From fe19f603cb5e7926b644c72e99f62072f3efc0b5 Mon Sep 17 00:00:00 2001 From: Ikko Ashimine Date: Sun, 30 May 2021 00:20:20 +0900 Subject: [PATCH] chore: fix typo in `dragon.test.js` (#2954) independant -> independent --- .../acceptance-tests/pkg-tests-specs/sources/dragon.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/acceptance-tests/pkg-tests-specs/sources/dragon.test.js b/packages/acceptance-tests/pkg-tests-specs/sources/dragon.test.js index 07afe76cd94e..fcd929ae5272 100644 --- a/packages/acceptance-tests/pkg-tests-specs/sources/dragon.test.js +++ b/packages/acceptance-tests/pkg-tests-specs/sources/dragon.test.js @@ -226,7 +226,7 @@ describe(`Dragon tests`, () => { // care about too much (except that X has a peer dep on Y). // // - Since A has a peer dependency, two different instances of it - // exist: one as an independant workspace, and another as a + // exist: one as an independent workspace, and another as a // dependency of B. This is critical because otherwise Yarn will // just skip the second traversal of A (since we know its // dependencies have already been virtualized).