File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ These releases are documented in the changelog so
8484there is more visibility with respect to the changes in each release.
8585Current releases are created roughly every 1-2 weeks.
8686
87- In addition to the the regular Node.js unit tests, CITGM (see
87+ In addition to the regular Node.js unit tests, CITGM (see
8888later sections) is run on Current releases.
8989
9090If you want to try out the latest with a reasonable expectation
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ The Timers module in Node.js contains functions that execute code after a set
99period of time. Timers do not need to be imported via ` require() ` , since
1010all the methods are available globally to emulate the browser JavaScript API.
1111To fully understand when timer functions will be executed, it's a good idea to
12- read up on the the Node.js
12+ read up on the Node.js
1313[ Event Loop] ( /en/docs/guides/event-loop-timers-and-nexttick/ ) .
1414
1515## Controlling the Time Continuum with Node.js
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ The Timers module in Node.js contains functions that execute code after a set
99period of time. Timers do not need to be imported via ` require() ` , since
1010all the methods are available globally to emulate the browser JavaScript API.
1111To fully understand when timer functions will be executed, it's a good idea to
12- read up on the the Node.js
12+ read up on the Node.js
1313[ Event Loop] ( /en/docs/guides/event-loop-timers-and-nexttick/ ) .
1414
1515## Controlling the Time Continuum with Node.js
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ The Timers module in Node.js contains functions that execute code after a set
99period of time. Timers do not need to be imported via ` require() ` , since
1010all the methods are available globally to emulate the browser JavaScript API.
1111To fully understand when timer functions will be executed, it's a good idea to
12- read up on the the Node.js
12+ read up on the Node.js
1313[ Event Loop] ( /en/docs/guides/event-loop-timers-and-nexttick/ ) .
1414
1515## Controlling the Time Continuum with Node.js
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ The Timers module in Node.js contains functions that execute code after a set
1010period of time. Timers do not need to be imported via `require()`, since
1111all the methods are available globally to emulate the browser JavaScript API.
1212To fully understand when timer functions will be executed, it's a good idea to
13- read up on the the Node.js
13+ read up on the Node.js
1414[Event Loop](/en/docs/guides/event-loop-timers-and-nexttick/).
1515
1616 -->
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ The Timers module in Node.js contains functions that execute code after a set
1010period of time. Timers do not need to be imported via `require()`, since
1111all the methods are available globally to emulate the browser JavaScript API.
1212To fully understand when timer functions will be executed, it's a good idea to
13- read up on the the Node.js
13+ read up on the Node.js
1414[Event Loop](/en/docs/guides/event-loop-timers-and-nexttick/).
1515-->
1616
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ The Timers module in Node.js contains functions that execute code after a set
99period of time. Timers do not need to be imported via ` require() ` , since
1010all the methods are available globally to emulate the browser JavaScript API.
1111To fully understand when timer functions will be executed, it's a good idea to
12- read up on the the Node.js
12+ read up on the Node.js
1313[ Event Loop] ( /en/docs/guides/event-loop-timers-and-nexttick/ ) .
1414
1515## Controlling the Time Continuum with Node.js
You can’t perform that action at this time.
0 commit comments