From 74c9f01873c25b10273f14808352e4783ed29626 Mon Sep 17 00:00:00 2001 From: dragonfire535 Date: Tue, 7 Mar 2017 07:38:33 -0500 Subject: [PATCH] Fix define spelling error --- commands/search/define.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/search/define.js b/commands/search/define.js index fc2815b7..457b838e 100644 --- a/commands/search/define.js +++ b/commands/search/define.js @@ -28,7 +28,7 @@ class DefineCommand extends commando.Command { qs: { limit: 1, includeRelated: false, - useCononical: false, + useCanonical: false, includeTags: false, api_key: config.wordnikkey },