Skip to content

Commit 39d1df4

Browse files
authored
typo: pratfalls -> pitfalls (#4069)
typo: pratfalls -> pitfalls
1 parent 1abf054 commit 39d1df4

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

locale/en/docs/guides/backpressuring-in-streams.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@ class MyReadable extends Readable {
490490
}
491491
```
492492

493-
Additionally, from outside the custom stream, there are pratfalls for ignoring
493+
Additionally, from outside the custom stream, there are pitfalls for ignoring
494494
backpressure. In this counter-example of good practice, the application's code
495495
forces data through whenever it is available (signaled by the
496496
[`'data'` event][]):

locale/es/docs/guides/backpressuring-in-streams.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ class MyReadable extends Readable {
364364
}
365365
```
366366

367-
Additionally, from outside the custom stream, there are pratfalls for ignoring backpressure. In this counter-example of good practice, the application's code forces data through whenever it is available (signaled by the [`'data'` event][]):
367+
Additionally, from outside the custom stream, there are pitfalls for ignoring backpressure. In this counter-example of good practice, the application's code forces data through whenever it is available (signaled by the [`'data'` event][]):
368368

369369
```javascript
370370
// This ignores the backpressure mechanisms Node.js has set in place,

locale/fr/docs/guides/backpressuring-in-streams.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ class MyReadable extends Readable {
364364
}
365365
```
366366

367-
Additionally, from outside the custom stream, there are pratfalls for ignoring backpressure. In this counter-example of good practice, the application's code forces data through whenever it is available (signaled by the [`'data'` event][]):
367+
Additionally, from outside the custom stream, there are pitfalls for ignoring backpressure. In this counter-example of good practice, the application's code forces data through whenever it is available (signaled by the [`'data'` event][]):
368368

369369
```javascript
370370
// This ignores the backpressure mechanisms Node.js has set in place,

locale/ro/docs/guides/backpressuring-in-streams.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ class MyReadable extends Readable {
364364
}
365365
```
366366

367-
Additionally, from outside the custom stream, there are pratfalls for ignoring backpressure. In this counter-example of good practice, the application's code forces data through whenever it is available (signaled by the [`'data'` event][]):
367+
Additionally, from outside the custom stream, there are pitfalls for ignoring backpressure. In this counter-example of good practice, the application's code forces data through whenever it is available (signaled by the [`'data'` event][]):
368368

369369
```javascript
370370
// This ignores the backpressure mechanisms Node.js has set in place,

0 commit comments

Comments
 (0)