Correct spelling (#1420)

This commit is contained in:
Edward Betts
2021-03-31 21:12:51 +01:00
committed by GitHub
parent c483c34598
commit 7bbcec91aa
4 changed files with 8 additions and 8 deletions

View File

@@ -32,7 +32,7 @@ Grocy.Components.BarcodeScanner.CheckCapabilities = async function()
Grocy.Components.BarcodeScanner.TorchOn(track);
}
// Reduce the height of the video, if it's heigher than then the viewport
// Reduce the height of the video, if it's higher than then the viewport
if (!Grocy.Components.BarcodeScanner.LiveVideoSizeAdjusted)
{
var bc = document.getElementById('barcodescanner-container');