Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zachleat committed Sep 18, 2018
1 parent 628c62c commit 4a517ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _11ty/getTagList.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ module.exports = function(collection) {
});

for (const tag of tags) {
set.add(tag);
tagSet.add(tag);
}
}
});
Expand Down

0 comments on commit 4a517ae

Please sign in to comment.