Skip to content

Commit

Permalink
docs(query-interface): fix typo with remove-column parameter (#11294)
Browse files Browse the repository at this point in the history
  • Loading branch information
waldyrious authored and sushantdhiman committed Aug 11, 2019
1 parent a39c63a commit 80d3625
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/query-interface.js
Expand Up @@ -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}
Expand Down

0 comments on commit 80d3625

Please sign in to comment.