Browse Source

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

Richard Torres 11 months ago
parent
commit
8d4467bdc4
2 changed files with 0 additions and 2 deletions
  1. 0 1
      docs/fiddles/features/dark-mode/index.html
  2. 0 1
      docs/tutorial/dark-mode.md

+ 0 - 1
docs/fiddles/features/dark-mode/index.html

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

+ 0 - 1
docs/tutorial/dark-mode.md

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