From a910f9d76a46116c671c8aa5ecb7c002dac781ff Mon Sep 17 00:00:00 2001 From: RubenPX Date: Tue, 12 Apr 2022 10:34:59 +0200 Subject: [PATCH] fix typo Co-authored-by: Santiago L --- ereuse_devicehub/static/js/main_inventory.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ereuse_devicehub/static/js/main_inventory.js b/ereuse_devicehub/static/js/main_inventory.js index ae1b5705..c63f8329 100644 --- a/ereuse_devicehub/static/js/main_inventory.js +++ b/ereuse_devicehub/static/js/main_inventory.js @@ -261,7 +261,7 @@ async function processSelectedDevices() { /** * Manage the actions that will be performed when applying the changes - * @param {*} ev event (Should be a checkbos type) + * @param {*} ev event (Should be a checkbox type) * @param {string} lotID lot id * @param {number} deviceID device id */