Skip to content

Commit a9f84f8

Browse files
author
Contra
committed
minor docs tweak
1 parent 3d39752 commit a9f84f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ requireDir('./dir', {
103103

104104
```js
105105
requireDir('./dir', {
106-
mapValue: function (value, fileName) {
106+
mapValue: function (value, baseName) {
107107
return typeof value === 'string' ? value.toUpperCase() : value;
108108
}
109109
})

0 commit comments

Comments
 (0)