Skip to content

Commit 92c61e0

Browse files
authored
Fixed grammar
1 parent 54b54e7 commit 92c61e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

1.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -88,12 +88,12 @@ <h1>Example node.js script</h1>
8888
</ol>
8989
</section>
9090
<section style="text-align: left;">
91-
<h1>Features of Node.js</h1>
91+
<h1>Features</h1>
9292
<p>When logging through console, it will output to the terminal you launch the script in.</p>
9393
<pre><code class="hljs">
9494
console.log("Hello World");
9595
</code></pre>
96-
<p>Language is fundamentally the same as the JS you use in a browser.</p>
96+
<p>The language is fundamentally the same as the JS you use in a browser.</p>
9797
<p>Just remember that is uses a more modern *flavour* of js called ES6.</p>
9898
</section>
9999
</div>

0 commit comments

Comments
 (0)