diff --git a/build/media_source/system/js/showon.es6.js b/build/media_source/system/js/showon.es6.js index d675c60e6ac9f..cc35009342269 100644 --- a/build/media_source/system/js/showon.es6.js +++ b/build/media_source/system/js/showon.es6.js @@ -146,7 +146,7 @@ class Showon { itemval = Array.from(originField.querySelectorAll('option:checked')).map((el) => el.value); } else { // Select lists, text-area etc. Note that multiple-select list returns - // an Array here s0 we can always treat 'itemval' as an array + // an Array here so we can always treat 'itemval' as an array itemval = document.getElementById(originId).value; // A multi-select