Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ugyballoons committed Sep 3, 2024
1 parent 326e6bd commit 48bed50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/pages/current.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import { WebsocketClient } from '../modules/ws-service-client'
_getById('seqNum').textContent = newEvent.seq_num
_getById('eventName').textContent = filename
const oldImg = _getById('eventImage')
// create new repsonsive <img> element
// create new responsive <img> element
const newImg = _elWithClass('img', 'resp')
const imgURL = `${baseImgURL}/${filename}`
newImg.src = imgURL
Expand Down

0 comments on commit 48bed50

Please sign in to comment.