From 2dc4ab912ed5209e3fb1879cf086af9a5223047d Mon Sep 17 00:00:00 2001 From: ArkhamCookie Date: Mon, 18 Mar 2024 23:42:25 -0500 Subject: [PATCH] fix: set options param to correct type --- lib/word/etymologies.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/word/etymologies.js b/lib/word/etymologies.js index 30773f2..a5c68f0 100644 --- a/lib/word/etymologies.js +++ b/lib/word/etymologies.js @@ -3,7 +3,7 @@ import { Wordnik } from '../mod' /** * Etymologies * @param {string} word - * @param {*} options + * @param {json} options * @param {boolean} [useCanonical=false] * @returns {json} response */