noun

25 of 60
Other / Up+Down

uptick - a small increase in the level or value of something

The economist sensed that the uptick in prices was a sign that greater inflation was ahead.

// Auto-focus search input when modal opens var searchModal = document.getElementById('searchModal'); if (searchModal) { searchModal.addEventListener('shown.bs.modal', function () { var inp = searchModal.querySelector('input[name=search]'); if (inp) inp.focus(); }); }