Skip to content

Commit 414e2cb

Browse files
committed
Fixed a couple of typos
:-)
1 parent 5f67c9f commit 414e2cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -248,15 +248,15 @@ <h2>Now what?</h2>
248248
<li>
249249
<p>Use the command line to navigate to the project directory.</p>
250250
<p>On a Mac, launch Terminal. On a Windows machine, you’re looking for Command Prompt.</p>
251-
<p>To change directories, type cd followed by a space and then the path to the project directory.</p>
251+
<p>To change directories, type <code>cd</code> followed by a space and then the path to the project directory.</p>
252252
</li>
253253
</ol>
254254
</div>
255255
<div class="column">
256256
<ol>
257257
<li>
258258
<p>Run <code>npm install</code>.</p>
259-
<p>Both <a href="http://nodejs.com">Node</a> and <a href="http://gulpjs.com">Gulp</a> are prerequisties for this and the following step.</p>
259+
<p>Both <a href="http://nodejs.com">Node</a> and <a href="http://gulpjs.com">Gulp</a> are prerequisites for this and the following step.</p>
260260
</li>
261261
<li>
262262
<p>Run <code>gulp</code>.</p>

0 commit comments

Comments
 (0)