From 7b5161f2e492940fd3fbfd2b73e424f15b578f61 Mon Sep 17 00:00:00 2001 From: mdhaq001 Date: Mon, 11 Feb 2019 18:01:14 -0500 Subject: [PATCH] Fixing minor punctuation issue 01 (#31268) Added a full-stop "." at the end of the last line under "What is Electron, exactly?" paragraph. --- guide/english/electron/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/english/electron/index.md b/guide/english/electron/index.md index d38bbd4903..6753cb65c4 100644 --- a/guide/english/electron/index.md +++ b/guide/english/electron/index.md @@ -15,7 +15,7 @@ can run on Electron. But the power of Electron is that you can use both solution Additionally, Electron comes with support for auto-updating, crash reporting, and native menus. -Core features can be explored using the [Electron API demos](https://github.com/electron/electron-api-demos) +Core features can be explored using the [Electron API demos](https://github.com/electron/electron-api-demos). ### Advantages of Electron Electron applications are similar to any other desktop applications as they are installed locally on users hard drive. They can be launched directly from the OSX Dock or Windows taskbar, and there is no need to launch a browser and navigate to some url to run your application. When you need to open or save a file, the dialogs are native in appearance and interaction. Electron application can support full drag-and-drop interaction with a local file system, or even associate itself with a file type, so when a user double-clicks the associated file, our app will open.