From 1995719aa353a079b54865a3221468d669e50c60 Mon Sep 17 00:00:00 2001 From: Kilian Valkhof Date: Fri, 13 May 2016 16:44:49 +0200 Subject: [PATCH 001/272] Change 'un changing' to 'unchanging' There's a small typo in the intro, a space between "un" and "changing". --- sections/about.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sections/about.html b/sections/about.html index d150d867..3e9e7397 100644 --- a/sections/about.html +++ b/sections/about.html @@ -19,7 +19,7 @@

About the Code

Nearly all (over 90%) of ES2015(opens in new window) is available to use in Electron without the use of pre-processors because it's a part of V8(opens in new window) which is built into Electron.

-

To illustrate this we've made use of const, for un changing declarations; let for scoped declarations; and template strings like: `Result is ${output}` in the demo snippets.

+

To illustrate this we've made use of const, for unchanging declarations; let for scoped declarations; and template strings like: `Result is ${output}` in the demo snippets.