From 1c3ea93199d0d01fec094db2b4ef4c011520bfce Mon Sep 17 00:00:00 2001 From: dangen <23185799+dangen-effy@users.noreply.github.com> Date: Tue, 8 Oct 2019 22:47:57 +0900 Subject: [PATCH 1/3] docs: be "Node.js" case sensitive --- src/documentation/0001-node-introduction/index.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/documentation/0001-node-introduction/index.md b/src/documentation/0001-node-introduction/index.md index 31c74a8a6e..002240d8a5 100644 --- a/src/documentation/0001-node-introduction/index.md +++ b/src/documentation/0001-node-introduction/index.md @@ -1,11 +1,12 @@ --- title: Introduction to Node.js description: "Getting started guide to Node.js, the server-side JavaScript runtime environment. Node.js is built on top of the Google Chrome V8 JavaScript engine, and it's mainly used to create web servers - but it's not limited to just that." -authors: flaviocopes, potch, MylesBorins, RomainLanz, virkt25, Trott, onel0p3z, ollelauribostrom, MarkPieszak, fhemberger, LaRuaNa, FrozenPandaz, mcollina, amiller-gh, ahmadawais, saqibameen +authors: flaviocopes, potch, MylesBorins, RomainLanz, virkt25, Trott, onel0p3z, ollelauribostrom, MarkPieszak, fhemberger, LaRuaNa, FrozenPandaz, mcollina, amiller-gh, ahmadawais, saqibameen, dangen-effy section: Quick Start --- -Node.js is an open-source and cross-platform JavaScript runtime environment. It is a popular tool for almost any kind of project! + +is an open-source and cross-platform JavaScript runtime environment. It is a popular tool for almost any kind of project! Node.js runs the V8 JavaScript engine, the core of Google Chrome, outside of the browser. This allows Node.js to be very performant. @@ -21,7 +22,7 @@ In Node.js the new ECMAScript standards can be used without problems, as you don ## A Vast Number of Libraries -npm with its simple structure helped the ecosystem of node.js proliferate, and now the npm registry hosts almost 500,000 open source packages you can freely use. +npm with its simple structure helped the ecosystem of Node.js proliferate, and now the npm registry hosts almost 500,000 open source packages you can freely use. ## An Example Node.js Application From 13f5d48a7199f457c0c55ed8199f60385690225d Mon Sep 17 00:00:00 2001 From: dangen <23185799+dangen-effy@users.noreply.github.com> Date: Fri, 11 Oct 2019 01:14:37 +0900 Subject: [PATCH 2/3] chore: rollback 'Node.js' omitting by mistake --- src/documentation/0001-node-introduction/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/documentation/0001-node-introduction/index.md b/src/documentation/0001-node-introduction/index.md index 002240d8a5..2840614a6a 100644 --- a/src/documentation/0001-node-introduction/index.md +++ b/src/documentation/0001-node-introduction/index.md @@ -6,7 +6,7 @@ section: Quick Start --- -is an open-source and cross-platform JavaScript runtime environment. It is a popular tool for almost any kind of project! +Node.js is an open-source and cross-platform JavaScript runtime environment. It is a popular tool for almost any kind of project! Node.js runs the V8 JavaScript engine, the core of Google Chrome, outside of the browser. This allows Node.js to be very performant. From 1d15d72e075b5519c86db3595943e3bcc6481dcb Mon Sep 17 00:00:00 2001 From: dangen <23185799+dangen-effy@users.noreply.github.com> Date: Fri, 11 Oct 2019 01:15:54 +0900 Subject: [PATCH 3/3] chore: remove multi-newline --- src/documentation/0001-node-introduction/index.md | 1 - 1 file changed, 1 deletion(-) diff --git a/src/documentation/0001-node-introduction/index.md b/src/documentation/0001-node-introduction/index.md index 2840614a6a..60cf57f830 100644 --- a/src/documentation/0001-node-introduction/index.md +++ b/src/documentation/0001-node-introduction/index.md @@ -5,7 +5,6 @@ authors: flaviocopes, potch, MylesBorins, RomainLanz, virkt25, Trott, onel0p3z, section: Quick Start --- - Node.js is an open-source and cross-platform JavaScript runtime environment. It is a popular tool for almost any kind of project! Node.js runs the V8 JavaScript engine, the core of Google Chrome, outside of the browser. This allows Node.js to be very performant.