Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
apasel422 committed Feb 1, 2024
1 parent ab00ae3 commit 38dc973
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ts/src/header-validator/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const sourceTypeRadios = form.elements.namedItem(
)! as RadioNodeList
const errorList = document.querySelector('#errors')!
const warningList = document.querySelector('#warnings')!
const noteList = document.querySelector('#note')!
const noteList = document.querySelector('#notes')!
const successDiv = document.querySelector('#success')!
const sourceTypeFieldset = document.querySelector(
'#source-type'
Expand Down

0 comments on commit 38dc973

Please sign in to comment.