Skip to content

Commit 8be4eb0

Browse files
authored
fix: ZMSA-26: plugins/default.js fix comment - use modules instead of module (#470)
1 parent 142bcec commit 8be4eb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/default.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ module.exports = {
5252
},
5353

5454
// plugin files to load into ZoneMTA, relative to ./plugins folder
55-
// use "core/{name}" to load built-in modules or "module/{name}" to load
55+
// use "core/{name}" to load built-in modules or "modules/{name}" to load
5656
// modules installed from npm
5757
plugins: {
5858
'core/example-plugin': false,

0 commit comments

Comments
 (0)