bot-brother icon indicating copy to clipboard operation
bot-brother copied to clipboard

A couple typos that could be corrected.

Open BranndonWork opened this issue 7 years ago • 1 comments

https://github.com/SerjoPepper/bot-brother/blob/c3387274326e2cb62097f5f6b867eeba92cf6576/src/context.coffee#L28

Currently reads @property {Object} command object tha represent current command. Has follow fields: name, args, type. Where type is 'answer' or 'invoke'

Might read better as @property {Object} command object that represent the current command. Has the following fields: name, args, type. Where the type is 'answer' or 'invoke'

BranndonWork avatar Jan 25 '18 08:01 BranndonWork

Please, send PR

SerjoPepper avatar Jan 25 '18 08:01 SerjoPepper