From 1ec9f821e1de1f60149dda03f8693544a75d511c Mon Sep 17 00:00:00 2001 From: Ryan Date: Fri, 12 Jun 2009 15:23:36 +0200 Subject: [PATCH] fix typo --- website/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/index.html b/website/index.html index 1ab81f6b1ac..5dbb4cff04c 100644 --- a/website/index.html +++ b/website/index.html @@ -141,7 +141,7 @@ Server running at http://127.0.0.1:8000/ 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—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 Web Workers API