From 89769b5e314a274e6264a300a957794678a3bf3a Mon Sep 17 00:00:00 2001 From: Makonede <61922615+Makonede@users.noreply.github.com> Date: Mon, 7 Mar 2022 14:17:12 -0800 Subject: [PATCH] Fix a typo (#33042) --- docs/api/browser-window.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/browser-window.md b/docs/api/browser-window.md index 140eaaa2284a0..bc407ede48021 100644 --- a/docs/api/browser-window.md +++ b/docs/api/browser-window.md @@ -64,7 +64,7 @@ win.loadURL('https://github.com') ``` Note that even for apps that use `ready-to-show` event, it is still recommended -to set `backgroundColor` to make app feel more native. +to set `backgroundColor` to make the app feel more native. ## Parent and child windows