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 committed by GitHub
parent 188196e78c
commit 8d4467bdc4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 0 additions and 2 deletions

View file

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

View file

@ -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>
```