Skip to content

Commit

Permalink
chore: fix typo in dragon.test.js (#2954)
Browse files Browse the repository at this point in the history
independant -> independent
  • Loading branch information
eltociear authored May 29, 2021
1 parent e53036a commit fe19f60
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit fe19f60

Please sign in to comment.