From ac0143af8ebf3bb2006be7b272914d60e5a83d8f Mon Sep 17 00:00:00 2001 From: "trop[bot]" <37223003+trop[bot]@users.noreply.github.com> Date: Mon, 3 Jan 2022 11:55:30 -0500 Subject: [PATCH] Fix typo in quick-start.md (#32312) Resolve a grammar issue in the quick-start guide. Co-authored-by: Jack Nemitz <62447711+terminalPoltergeist@users.noreply.github.com> --- docs/tutorial/quick-start.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial/quick-start.md b/docs/tutorial/quick-start.md index 08904e4418a47..3f033ebafb141 100644 --- a/docs/tutorial/quick-start.md +++ b/docs/tutorial/quick-start.md @@ -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: