Browse Source

Fixing `source` typo (#27583)

Scott Robertson 4 years ago
parent
commit
ac5c9a8828
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/tutorial/dark-mode.md

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

@@ -154,7 +154,7 @@ function createWindow () {
   })
 
   ipcMain.handle('dark-mode:system', () => {
-    nativeTheme.themeSouce = 'system'
+    nativeTheme.themeSource = 'system'
   })
 }