Skip to content

Commit

Permalink
fix: set options param to correct type
Browse files Browse the repository at this point in the history
  • Loading branch information
ArkhamCookie authored and ArkhamCookie committed Mar 19, 2024
1 parent 87c8c57 commit 2dc4ab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/word/etymologies.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { Wordnik } from '../mod'
/**
* Etymologies
* @param {string} word
* @param {*} options
* @param {json} options
* @param {boolean} [useCanonical=false]
* @returns {json} response
*/
Expand Down

0 comments on commit 2dc4ab9

Please sign in to comment.