Skip to content

Commit

Permalink
fix: update index.js spelling error in comment (#5329)
Browse files Browse the repository at this point in the history
Update index.js

'depdencies' has a spelling problem.
  • Loading branch information
KevinBrother committed Aug 24, 2022
1 parent fa014a5 commit 645c680
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workspaces/arborist/lib/arborist/index.js
Expand Up @@ -134,7 +134,7 @@ class Arborist extends Base {
return wsDepSet
}

// returns a set of root dependencies, excluding depdencies that are
// returns a set of root dependencies, excluding dependencies that are
// exclusively workspace dependencies
excludeWorkspacesDependencySet (tree) {
const rootDepSet = new Set()
Expand Down

0 comments on commit 645c680

Please sign in to comment.