Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jalal246 committed May 5, 2020
1 parent 20b4f7d commit 07c7cc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ const pkg3 = {

const packages = [pkg3, pkg2, pkg1];

// let the function get core dependency (@pkg) by itself
// let the function gets core dependency (@pkg) by itself
const { sorted, sortingMap, unSorted } = packageSorter(packages);

// sorted = [pkg3, pkg1, pkg2];
Expand Down

0 comments on commit 07c7cc2

Please sign in to comment.