Fix typo in quick-start.md (#32282)
Resolve a grammar issue in the quick-start guide.
This commit is contained in:
parent
ac39cb14e9
commit
1d8612ad5d
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ of your project.
|
||||||
|
|
||||||
Before we can create a window for our application, we need to create the content that
|
Before we can create a window for our application, we need to create the content that
|
||||||
will be loaded into it. In Electron, each window displays web contents that can be loaded
|
will be loaded into it. In Electron, each window displays web contents that can be loaded
|
||||||
from either from a local HTML file or a remote URL.
|
from either a local HTML file or a remote URL.
|
||||||
|
|
||||||
For this tutorial, you will be doing the former. Create an `index.html` file in the root
|
For this tutorial, you will be doing the former. Create an `index.html` file in the root
|
||||||
folder of your project:
|
folder of your project:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue