From c01601e1fede7d13b590adcef03721f4d3a6b511 Mon Sep 17 00:00:00 2001 From: Thomas Watson Date: Tue, 3 Jul 2018 10:56:29 +0200 Subject: [PATCH] doc: unify spelling of backpressure PR-URL: https://github.com/nodejs/node/pull/21630 Reviewed-By: Gireesh Punathil Reviewed-By: Colin Ihrig Reviewed-By: Vse Mozhet Byt Reviewed-By: Trivikram Kamat --- doc/api/stream.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/stream.md b/doc/api/stream.md index 3ba12423d9f9fa..47d1154cc017b7 100644 --- a/doc/api/stream.md +++ b/doc/api/stream.md @@ -637,7 +637,7 @@ state, attaching a listener for the `'data'` event, calling the `readable.readableFlowing` to `true`, causing the `Readable` to begin actively emitting events as data is generated. -Calling `readable.pause()`, `readable.unpipe()`, or receiving "back pressure" +Calling `readable.pause()`, `readable.unpipe()`, or receiving backpressure will cause the `readable.readableFlowing` to be set as `false`, temporarily halting the flowing of events but *not* halting the generation of data. While in this state, attaching a listener for the `'data'` event