Skip to content

Commit 4e3e58d

Browse files
authored
Merge pull request #6 from EraGamer/dev
Non-fatal spelling error fix
2 parents 31ee71e + 39f1f60 commit 4e3e58d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/group/getJoinRequests.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ var getDate = require('../util/getDate.js').func
77

88
// Args
99
exports.required = ['group']
10-
exports.optoinal = ['jar']
10+
exports.optional = ['jar']
1111

1212
// Define
1313
exports.func = function (args) {

0 commit comments

Comments
 (0)