Skip to content

Commit

Permalink
Better use of English in why output (#3280)
Browse files Browse the repository at this point in the history
  • Loading branch information
rockingskier authored and voxsim committed May 2, 2017
1 parent 4731641 commit a9288dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/reporters/lang/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ const messages = {
whyDiskSizeWithout: 'Disk size without dependencies: $0',
whyDiskSizeUnique: 'Disk size with unique dependencies: $0',
whyDiskSizeTransitive: 'Disk size with transitive dependencies: $0',
whySharedDependencies: 'Amount of shared dependencies: $0',
whySharedDependencies: 'Number of shared dependencies: $0',
whyHoistedTo: `Has been hoisted to $0`,

whyHoistedFromSimple: `This module exists because it's hoisted from $0.`,
Expand Down

0 comments on commit a9288dc

Please sign in to comment.