Skip to content
This repository has been archived by the owner on Nov 21, 2018. It is now read-only.

Fix spelling #62

Merged
merged 1 commit into from
Jan 14, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion faq.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<h1 class="heading">FAQ</h1>

<h2 id="what-is-io-js">What is io.js?</h2>
<p><a href="https://github.com/iojs/io.js">io.js</a> is a JavaScript platform build on <a href="http://code.google.com/p/v8/">Chrome's V8 runtime</a>. This project began as a fork of <a href="https://nodejs.org/">Joyent's Node.js™</a> and is compatible with
<p><a href="https://github.com/iojs/io.js">io.js</a> is a JavaScript platform built on <a href="http://code.google.com/p/v8/">Chrome's V8 runtime</a>. This project began as a fork of <a href="https://nodejs.org/">Joyent's Node.js™</a> and is compatible with
the <a href="https://www.npmjs.org/">npm</a> ecosystem.</p>
<p>Why? io.js aims to provide faster and predictable release cycles. It currently merges in the latest language, API and performance improvements to V8 while also updating libuv and other base libraries.</p>
<p>This project aims to continue development of io.js under an "
Expand Down