Skip to content

Commit 80d3625

Browse files
waldyrioussushantdhiman
authored andcommitted
docs(query-interface): fix typo with remove-column parameter (#11294)
1 parent a39c63a commit 80d3625

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/query-interface.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ class QueryInterface {
518518
* Remove a column from a table
519519
*
520520
* @param {string} tableName Table to remove column from
521-
* @param {string} attributeName Columns name to remove
521+
* @param {string} attributeName Column name to remove
522522
* @param {Object} [options] Query options
523523
*
524524
* @returns {Promise}

0 commit comments

Comments
 (0)