Skip to content

Commit edd9de7

Browse files
piperchesterryanmurakami
authored andcommitted
Fix typo (#1101)
* Fix typo * Update index.md
1 parent 7954596 commit edd9de7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

locale/en/about/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ If some of this language is unfamiliar, there is a full article on
4141

4242
Node is similar in design to, and influenced by, systems like Ruby's
4343
[Event Machine][] or Python's [Twisted][]. Node takes the event model a bit
44-
further, it presents an [event loop][] as a runtime construct instead of as a library. In other systems there is always a blocking call to start the
44+
further. It presents an [event loop][] as a runtime construct instead of as a library. In other systems there is always a blocking call to start the
4545
event-loop.
4646
Typically behavior is defined through callbacks at the beginning of a script
4747
and at the end starts a server through a blocking call like

0 commit comments

Comments
 (0)