From cbdcf86ab4b80b50e1b6ece8fb7bc543ff2d3946 Mon Sep 17 00:00:00 2001 From: Amin Taghikhani Date: Sat, 4 Jul 2020 08:57:44 +0430 Subject: [PATCH] fix typo event-loop-timers-and-nexttick.md change \*nix to unix for typo mistake --- locale/en/docs/guides/event-loop-timers-and-nexttick.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locale/en/docs/guides/event-loop-timers-and-nexttick.md b/locale/en/docs/guides/event-loop-timers-and-nexttick.md index b2233f87a91ef..92601be4f7796 100644 --- a/locale/en/docs/guides/event-loop-timers-and-nexttick.md +++ b/locale/en/docs/guides/event-loop-timers-and-nexttick.md @@ -155,7 +155,7 @@ more events. This phase executes callbacks for some system operations such as types of TCP errors. For example if a TCP socket receives `ECONNREFUSED` when -attempting to connect, some \*nix systems want to wait to report the +attempting to connect, some unix systems want to wait to report the error. This will be queued to execute in the **pending callbacks** phase. ### poll