Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
AlonNavon committed Nov 5, 2024
1 parent 29f0750 commit 17ec457
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workspaces/arborist/lib/edge.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ class Edge {
}

// If there's no override we just use the spec.
if (!this.overridden) {
if (!this.overrides) {
return depValid(node, this.spec, this.#accept, this.#from)
}
// There's some override. If the target node satisfies the overriding spec
Expand Down

0 comments on commit 17ec457

Please sign in to comment.