We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cfc982 commit 1ec9f82Copy full SHA for 1ec9f82
website/index.html
@@ -141,7 +141,7 @@ <h2 id="about">About</h2>
141
being used. Processes are necessary to scale to multi-core
142
computers, not memory-sharing threads. The fundamentals of scalable
143
systems are fast networking and non-blocking design—the rest
144
- 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
145
spawn new processes (probably using the
146
<a href="http://www.whatwg.org/specs/web-workers/current-work/">
147
Web Workers API
0 commit comments