Skip to content

Commit 4cf3a8f

Browse files
nschonniTrott
authored andcommitted
typo: Double word "the" (#2364)
1 parent 70aba02 commit 4cf3a8f

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

locale/en/blog/community/quality-with-speed.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ These releases are documented in the changelog so
8484
there is more visibility with respect to the changes in each release.
8585
Current 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
8888
later sections) is run on Current releases.
8989

9090
If you want to try out the latest with a reasonable expectation

locale/en/docs/guides/timers-in-node.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The Timers module in Node.js contains functions that execute code after a set
99
period of time. Timers do not need to be imported via `require()`, since
1010
all the methods are available globally to emulate the browser JavaScript API.
1111
To 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

locale/fa/docs/guides/timers-in-node.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The Timers module in Node.js contains functions that execute code after a set
99
period of time. Timers do not need to be imported via `require()`, since
1010
all the methods are available globally to emulate the browser JavaScript API.
1111
To 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

locale/it/docs/guides/timers-in-node.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The Timers module in Node.js contains functions that execute code after a set
99
period of time. Timers do not need to be imported via `require()`, since
1010
all the methods are available globally to emulate the browser JavaScript API.
1111
To 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

locale/ja/docs/guides/timers-in-node.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The Timers module in Node.js contains functions that execute code after a set
1010
period of time. Timers do not need to be imported via `require()`, since
1111
all the methods are available globally to emulate the browser JavaScript API.
1212
To 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
-->

locale/ko/docs/guides/timers-in-node.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The Timers module in Node.js contains functions that execute code after a set
1010
period of time. Timers do not need to be imported via `require()`, since
1111
all the methods are available globally to emulate the browser JavaScript API.
1212
To 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

locale/ru/docs/guides/timers-in-node.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The Timers module in Node.js contains functions that execute code after a set
99
period of time. Timers do not need to be imported via `require()`, since
1010
all the methods are available globally to emulate the browser JavaScript API.
1111
To 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

0 commit comments

Comments
 (0)