From 2650307e36cd92f660f9d9b3ea74bca6204c08a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ionic=C4=83=20Biz=C4=83u?= Date: Wed, 21 Oct 2015 10:55:42 +0300 Subject: [PATCH] Fix typo in description ("an" :arrow_right: "a") --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a068d09..96e832f 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This is a minimal Electron application based on the [Quick Start Guide](http://electron.atom.io/docs/latest/tutorial/quick-start) within the Electron documentation. -An basic Electron application needs just these files: +A basic Electron application needs just these files: - `index.html` - A web page to render. - `main.js` - Starts the app and creates a browser window to render HTML.