diff --git a/dist/js/datepicker.js b/dist/js/datepicker.js index 451fa52..2aecaba 100644 --- a/dist/js/datepicker.js +++ b/dist/js/datepicker.js @@ -2392,7 +2392,7 @@ var Datepicker = (function () { /** * Destroy the Datepicker instance - * @return {Detepicker} - the instance destroyed + * @return {Datepicker} - the instance destroyed */ destroy() { this.hide(); diff --git a/docs/api.md b/docs/api.md index 057a4b4..28a2b23 100644 --- a/docs/api.md +++ b/docs/api.md @@ -78,7 +78,7 @@ Destroy the Datepicker instance datepicker.destroy() ``` - **Return:** - - {`Detepicker`} - The instance destroyed + - {`Datepicker`} - The instance destroyed #### datepicker.getDate()