Skip to content

Commit

Permalink
Merge 9dda8cf into a6eb53a
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesgeorge007 committed Aug 14, 2019
2 parents a6eb53a + 9dda8cf commit 9fac56b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/LinkResolver.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class LinkResolver {
// merge parent and link resolve results
let result;
if (linkResolved.length > 1 && parentResolved.length > 1) {
// when both contain links we need to depulicate them with a Set
// when both contain links we need to duplicate them with a Set
const resultSet = new Set(linkResolved);
// add the link
resultSet.add(realFile);
Expand Down

0 comments on commit 9fac56b

Please sign in to comment.