doc: unify spelling of backpressure

PR-URL: https://github.com/nodejs/node/pull/21630
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
This commit is contained in:
Thomas Watson 2018-07-03 10:56:29 +02:00
parent 24ee745f20
commit c01601e1fe
No known key found for this signature in database
GPG Key ID: 34E24C749C9D4A61

View File

@ -637,7 +637,7 @@ state, attaching a listener for the `'data'` event, calling the
`readable.readableFlowing` to `true`, causing the `Readable` to begin `readable.readableFlowing` to `true`, causing the `Readable` to begin
actively emitting events as data is generated. 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`, will cause the `readable.readableFlowing` to be set as `false`,
temporarily halting the flowing of events but *not* halting the generation of temporarily halting the flowing of events but *not* halting the generation of
data. While in this state, attaching a listener for the `'data'` event data. While in this state, attaching a listener for the `'data'` event