diff --git a/lib/query-interface.js b/lib/query-interface.js index 2666c4b644ea..93dc3fc5389f 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}