Skip to content

Commit 645c680

Browse files
authored
fix: update index.js spelling error in comment (#5329)
Update index.js 'depdencies' has a spelling problem.
1 parent fa014a5 commit 645c680

File tree

1 file changed

+1
-1
lines changed
  • workspaces/arborist/lib/arborist

1 file changed

+1
-1
lines changed

workspaces/arborist/lib/arborist/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ class Arborist extends Base {
134134
return wsDepSet
135135
}
136136

137-
// returns a set of root dependencies, excluding depdencies that are
137+
// returns a set of root dependencies, excluding dependencies that are
138138
// exclusively workspace dependencies
139139
excludeWorkspacesDependencySet (tree) {
140140
const rootDepSet = new Set()

0 commit comments

Comments
 (0)