File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2213,7 +2213,7 @@ passed to it. For performance sensitive code consider using
22132213[`fs.createWriteStream()`][] or [`filehandle.createWriteStream()`][].
22142214
22152215It is possible to use an {AbortSignal} to cancel an `fsPromises.writeFile()`.
2216- Cancelation is " best effort" , and some amount of data is likely still
2216+ Cancellation is " best effort" , and some amount of data is likely still
22172217to be written.
22182218
22192219```mjs
@@ -5562,7 +5562,7 @@ performs multiple `write` calls internally to write the buffer passed to it.
55625562For performance sensitive code consider using [` fs .createWriteStream ()` ][].
55635563
55645564It is possible to use an {AbortSignal} to cancel an ` fs .writeFile ()` .
5565- Cancelation is "best effort", and some amount of data is likely still
5565+ Cancellation is "best effort", and some amount of data is likely still
55665566to be written.
55675567
55685568` ` ` mjs
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ changes:
4141 description: No longer experimental.
4242-->
4343
44- A utility class used to signal cancelation in selected ` Promise ` -based APIs.
44+ A utility class used to signal cancellation in selected ` Promise ` -based APIs.
4545The API is based on the Web API {AbortController}.
4646
4747``` js
Original file line number Diff line number Diff line change @@ -175,7 +175,7 @@ added: v16.5.0
175175-->
176176
177177* ` reason ` {any}
178- * Returns: A promise fulfilled with ` undefined ` once cancelation has
178+ * Returns: A promise fulfilled with ` undefined ` once cancellation has
179179 been completed.
180180
181181#### ` readableStream.getReader([options]) `
You can’t perform that action at this time.
0 commit comments