summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan <ry@tinyclouds.org>2009-06-12 15:23:36 +0200
committerRyan <ry@tinyclouds.org>2009-06-12 15:23:36 +0200
commit1ec9f821e1de1f60149dda03f8693544a75d511c (patch)
treef5328fb1064a4532a783b4b44a7ec5f0cfc20157
parent4cfc982c776475eb65fb1080e6b575a86505a347 (diff)
downloadnodejs-1ec9f821e1de1f60149dda03f8693544a75d511c.tar.gz
nodejs-1ec9f821e1de1f60149dda03f8693544a75d511c.tar.bz2
nodejs-1ec9f821e1de1f60149dda03f8693544a75d511c.zip
fix typo
-rw-r--r--website/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/website/index.html b/website/index.html
index 1ab81f6b1..5dbb4cff0 100644
--- a/website/index.html
+++ b/website/index.html
@@ -141,7 +141,7 @@ Server running at http://127.0.0.1:8000/</pre>
being used. Processes are necessary to scale to multi-core
computers, not memory-sharing threads. The fundamentals of scalable
systems are fast networking and non-blocking design&mdash;the rest
- is message passing. In the future, I'd like Node to to be able to
+ is message passing. In the future, I'd like Node to be able to
spawn new processes (probably using the
<a href="http://www.whatwg.org/specs/web-workers/current-work/">
Web Workers API