docs: fixing typo in dark mode fiddle and doc (#42112)

This commit is contained in:
Richard Torres 2024-05-13 04:50:55 -04:00 коммит произвёл GitHub
Родитель 188196e78c
Коммит 8d4467bdc4
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
2 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -14,6 +14,5 @@
<button id="reset-to-system">Reset to System Theme</button>
<script src="renderer.js"></script>
</body>
</body>
</html>

Просмотреть файл

@ -75,7 +75,6 @@ Starting with the `index.html` file:
<button id="reset-to-system">Reset to System Theme</button>
<script src="renderer.js"></script>
</body>
</body>
</html>
```