Skip to content

Commit ed3126f

Browse files
authored
Fix createWindow typo (#710)
* Fix createWindow typo * Fix createWindow typo
1 parent fcc83b1 commit ed3126f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/recipes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ app.on('activate', () => {
266266

267267
// Replace
268268
if (win === null) {
269-
createWindw()
269+
createWindow()
270270
}
271271
// With
272272
if (win === null) {

0 commit comments

Comments
 (0)