diff --git a/lib/query-interface.js b/lib/query-interface.js index f354a3f58024..94b9b40d7579 100644 --- a/lib/query-interface.js +++ b/lib/query-interface.js @@ -518,7 +518,7 @@ class QueryInterface { * Remove a column from a table * * @param {string} tableName Table to remove column from - * @param {string} attributeName Columns name to remove + * @param {string} attributeName Column name to remove * @param {Object} [options] Query options * * @returns {Promise}