Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Sominemo committed Jan 8, 2025
1 parent ff588b9 commit d5f9545
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor.html
Original file line number Diff line number Diff line change
Expand Up @@ -1301,7 +1301,7 @@ <h1>Telegram Limits Editor</h1>

const idContainer = document.createElement('span');
idContainer.classList.add('id-container');
idContainer.textContent = '<empty>>';
idContainer.textContent = '<empty>';
idContainer.addEventListener('click', () => {
const newId = prompt('New Section ID:', sectionId);

Expand Down

0 comments on commit d5f9545

Please sign in to comment.