Skip to content

Commit 47dae00

Browse files
vsemozhetbytlpinca
authored andcommitted
doc: fix nits in blog/release/v8.0.0.md (#1244)
1 parent 9ef6161 commit 47dae00

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

locale/en/blog/release/v8.0.0.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -200,12 +200,12 @@ AssertionError [ERR_ASSERTION]: false == true
200200

201201
Information for static error codes can be queried quickly by referencing the
202202
Node.js documentation. For instance, the URL to lookup information about the
203-
`ERR_ASSERTION` error code is
204-
https://nodejs.org/dist/latest-v7.x/docs/api/errors.html#ERR_ASSERTION.
203+
`ERR_ARG_NOT_ITERABLE` error code is
204+
https://nodejs.org/dist/latest-v8.x/docs/api/errors.html#ERR_ARG_NOT_ITERABLE.
205205

206206
### Redirecting Process Warnings
207207

208-
Processing warnings such as deprecations may now to redirected to a file by
208+
Processing warnings such as deprecations may now be redirected to a file by
209209
using either the `--redirect-warnings={file}` command line argument or matching
210210
`NODE_REDIRECT_WARNINGS={file}` environment variable. Rather than printing
211211
warnings out to `stderr` by default, warnings will be written out to the
@@ -299,8 +299,8 @@ we've dropped the "v" and call it Node.js 8.
299299

300300
* **Dependencies**
301301
* The npm client has been updated to 5.0.0
302-
[[`3c3b36af0f`](https://github.com/nodejs/node/commit/3c3b36af0f)]
303-
[#12936](https://github.com/nodejs/node/pull/12936).
302+
[[`c58cea5`](https://github.com/nodejs/node/commit/c58cea5)]
303+
[#13276](https://github.com/nodejs/node/pull/13276).
304304
* V8 has been updated to 5.8 with forward ABI stability to 6.0
305305
[[`60d1aac8d2`](https://github.com/nodejs/node/commit/60d1aac8d2)]
306306
[#12784](https://github.com/nodejs/node/pull/12784).
@@ -366,7 +366,7 @@ we've dropped the "v" and call it Node.js 8.
366366

367367
* **Src**
368368
* `NODE_MODULE_VERSION` has been updated to 57
369-
(https://github.com/nodejs/node/commit/ec7cbaf266)]
369+
[[`ec7cbaf266`](https://github.com/nodejs/node/commit/ec7cbaf266)]
370370
[#12995](https://github.com/nodejs/node/pull/12995).
371371
* Add `--pending-deprecation` command-line argument and
372372
`NODE_PENDING_DEPRECATION` environment variable

0 commit comments

Comments
 (0)