Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
nodejs-ko: Update files - all files (#1032)
  • Loading branch information
outsideris authored and pin3da committed Feb 11, 2017
commit f54b3c134e6dee868213d7ac665f57a41bf10868
2 changes: 1 addition & 1 deletion locale/ko/about/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ If some of this language is unfamiliar, there is a full article on
<!--
Node is similar in design to, and influenced by, systems like Ruby's
[Event Machine][] or Python's [Twisted][]. Node takes the event model a bit
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
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
event-loop.
Typically behavior is defined through callbacks at the beginning of a script
and at the end starts a server through a blocking call like
Expand Down
Loading