Skip to content

Commit fc64a36

Browse files
githuemontogeek
authored andcommitted
fix(configuration) Fix spelling for 'moduleSort' (webpack#3212)
1 parent 4abcab5 commit fc64a36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/configuration/stats.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ module.exports = {
237237

238238
### Sorting fields
239239

240-
For `assetsSort`, `chunksSort` and `moduleSort` there are several possible fields that you can sort items by:
240+
For `assetsSort`, `chunksSort` and `modulesSort` there are several possible fields that you can sort items by:
241241

242242
- `id` is the item's id;
243243
- `name` - a item's name that was assigned to it upon importing;

0 commit comments

Comments
 (0)