From f76b47184a128ba9526bbc60e3259d13738d20b5 Mon Sep 17 00:00:00 2001 From: Zack Campbell Date: Sat, 7 Jan 2017 02:31:15 -0600 Subject: [PATCH] Fix typo in MessageSearchOptions typedef (#1068) --- src/util/TransformSearchOptions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/TransformSearchOptions.js b/src/util/TransformSearchOptions.js index f3e1a6c76..a71ceb0fd 100644 --- a/src/util/TransformSearchOptions.js +++ b/src/util/TransformSearchOptions.js @@ -21,7 +21,7 @@ const long = require('long'); * @property {string} [embedProvider] The name of an embed provider * @property {string} [embedType] one of `image`, `video`, `url`, `rich` * @property {string} [attachmentFilename] The name of an attachment - * @property {string} [attachmentExtention] The extension of an attachment + * @property {string} [attachmentExtension] The extension of an attachment * @property {Date} [before] Date to find messages before * @property {Date} [after] Date to find messages before * @property {Date} [during] Date to find messages during (range of date to date + 24 hours)