Skip to content

Commit 1ec9f82

Browse files
committed
fix typo
1 parent 4cfc982 commit 1ec9f82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ <h2 id="about">About</h2>
141141
being used. Processes are necessary to scale to multi-core
142142
computers, not memory-sharing threads. The fundamentals of scalable
143143
systems are fast networking and non-blocking design&mdash;the rest
144-
is message passing. In the future, I'd like Node to to be able to
144+
is message passing. In the future, I'd like Node to be able to
145145
spawn new processes (probably using the
146146
<a href="http://www.whatwg.org/specs/web-workers/current-work/">
147147
Web Workers API

0 commit comments

Comments
 (0)