From 80d362578c94da6c961f2d08e32df19cdecec3f7 Mon Sep 17 00:00:00 2001 From: Waldir Pimenta Date: Sun, 11 Aug 2019 11:02:39 +0100 Subject: [PATCH] docs(query-interface): fix typo with remove-column parameter (#11294) --- lib/query-interface.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}