Skip to content

Commit

Permalink
Fix typo in quick-start.md (#32312)
Browse files Browse the repository at this point in the history
Resolve a grammar issue in the quick-start guide.

Co-authored-by: Jack Nemitz <62447711+terminalPoltergeist@users.noreply.github.com>
  • Loading branch information
trop[bot] and terminalPoltergeist committed Jan 3, 2022
1 parent 6dc9d06 commit ac0143a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorial/quick-start.md
Expand Up @@ -119,7 +119,7 @@ of your project.

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
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
folder of your project:
Expand Down

0 comments on commit ac0143a

Please sign in to comment.