Skip to content

Commit 430ad1b

Browse files
committed
_i18n: Fix typo in old blog post
1 parent 2354df9 commit 430ad1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_i18n/en/_posts/2017-08-02-my-vision-for-the-future-of-electron-apps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Let me first state that this blog post will at first sound a bit negative; I wil
1111

1212
## Introduction and background: Where we came from
1313

14-
I must admit that I have a bit of a hate-love relationship towards web technologies and the "web as a platform". Of course, there's been a _tremendeous_ development (in many different areas) since [Tim Berners-Lee](https://en.wikipedia.org/wiki/Tim_Berners-Lee) invented the web. It started off with static web pages, then grew into dynamic, server-generated pages with [CGI](https://en.wikipedia.org/wiki/Common_Gateway_Interface), classic [ASP](https://en.wikipedia.org/wiki/Active_Server_Pages) and all of that. Around the same time as server technologies became more and more dynamic, [Brendan Eich](https://en.wikipedia.org/wiki/Brendan_Eich) created JavaScript which made it possible to make pages that were dynamic on the client-side also (i.e. in the browser). Eventually, web pages grew into supporting what we now talk about as [single-page applications](https://en.wikipedia.org/wiki/Single-page_application), where the `.html` page is more of a "container" of the assets (`.css` and `.js` files more specifically) that compose the "application".
14+
I must admit that I have a bit of a hate-love relationship towards web technologies and the "web as a platform". Of course, there's been a _tremendous_ development (in many different areas) since [Tim Berners-Lee](https://en.wikipedia.org/wiki/Tim_Berners-Lee) invented the web. It started off with static web pages, then grew into dynamic, server-generated pages with [CGI](https://en.wikipedia.org/wiki/Common_Gateway_Interface), classic [ASP](https://en.wikipedia.org/wiki/Active_Server_Pages) and all of that. Around the same time as server technologies became more and more dynamic, [Brendan Eich](https://en.wikipedia.org/wiki/Brendan_Eich) created JavaScript which made it possible to make pages that were dynamic on the client-side also (i.e. in the browser). Eventually, web pages grew into supporting what we now talk about as [single-page applications](https://en.wikipedia.org/wiki/Single-page_application), where the `.html` page is more of a "container" of the assets (`.css` and `.js` files more specifically) that compose the "application".
1515

1616
We are quite close to seeing web applications becoming real "applications". In many ways, they already are.
1717

0 commit comments

Comments
 (0)