Skip to content

Commit 87233c0

Browse files
outsiderisfhemberger
authored andcommitted
nodejs-ko: Update files - all files (#1032)
1 parent 24142b8 commit 87233c0

File tree

5 files changed

+182
-187
lines changed

5 files changed

+182
-187
lines changed

locale/ko/about/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ If some of this language is unfamiliar, there is a full article on
6060
<!--
6161
Node is similar in design to, and influenced by, systems like Ruby's
6262
[Event Machine][] or Python's [Twisted][]. Node takes the event model a bit
63-
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
63+
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
6464
event-loop.
6565
Typically behavior is defined through callbacks at the beginning of a script
6666
and at the end starts a server through a blocking call like

0 commit comments

Comments
 (0)