Skip to content

Commit 8c36fda

Browse files
committed
doc: fix DOMException reference link sort order
Place `'ABORT_ERR'` before `--*` flags so remark-lint nodejs-links passes. Signed-off-by: Avocado <ujubongbong@gmail.com>
1 parent a46e092 commit 8c36fda

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/api/errors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4669,12 +4669,12 @@ An error occurred trying to allocate memory. This should never happen.
46694669
[Web IDL error names]: https://webidl.spec.whatwg.org/#dfn-error-names-table
46704670
[`"exports"`]: packages.md#exports
46714671
[`"imports"`]: packages.md#imports
4672+
[`'ABORT_ERR'`]: #abort_err
46724673
[`'uncaughtException'`]: process.md#event-uncaughtexception
46734674
[`--disable-proto=throw`]: cli.md#--disable-protomode
46744675
[`--force-fips`]: cli.md#--force-fips
46754676
[`--no-addons`]: cli.md#--no-addons
46764677
[`--unhandled-rejections`]: cli.md#--unhandled-rejectionsmode
4677-
[`'ABORT_ERR'`]: #abort_err
46784678
[`ABORT_ERR`]: #abort_err
46794679
[`BoundSocket`]: net.md#class-netboundsocket
46804680
[`Class: DOMException`]: globals.md#class-domexception

0 commit comments

Comments
 (0)