Skip to content

Commit d5f9545

Browse files
committed
Typo fix
1 parent ff588b9 commit d5f9545

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

editor.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1301,7 +1301,7 @@ <h1>Telegram Limits Editor</h1>
13011301

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

0 commit comments

Comments
 (0)