We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
index.js
1 parent fa014a5 commit 645c680Copy full SHA for 645c680
workspaces/arborist/lib/arborist/index.js
@@ -134,7 +134,7 @@ class Arborist extends Base {
134
return wsDepSet
135
}
136
137
- // returns a set of root dependencies, excluding depdencies that are
+ // returns a set of root dependencies, excluding dependencies that are
138
// exclusively workspace dependencies
139
excludeWorkspacesDependencySet (tree) {
140
const rootDepSet = new Set()
0 commit comments