summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRefael Ackermann <refack@gmail.com>2017-08-08 23:45:32 -0400
committerRefael Ackermann <refack@gmail.com>2017-08-14 08:13:07 -0400
commit6d84e3008792a837c4a94614516f45872898c3af (patch)
tree349a42fffcfc92fb3b8fb0a6dced7cb33a130f90 /doc
parent1268737e7198b77817fd0abf18edef5e76b78b33 (diff)
downloadandroid-node-v8-6d84e3008792a837c4a94614516f45872898c3af.tar.gz
android-node-v8-6d84e3008792a837c4a94614516f45872898c3af.tar.bz2
android-node-v8-6d84e3008792a837c4a94614516f45872898c3af.zip
doc: fix header level typo
PR-URL: https://github.com/nodejs/node/pull/14707 Refs: https://github.com/nodejs/node/pull/12756 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com> Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/api/cli.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/cli.md b/doc/api/cli.md
index 8b9edea537..ab67892390 100644
--- a/doc/api/cli.md
+++ b/doc/api/cli.md
@@ -185,7 +185,7 @@ added: v8.0.0
Enable loading native modules compiled with the ABI-stable Node.js API (N-API)
(experimental).
-## `--abort-on-uncaught-exception`
+### `--abort-on-uncaught-exception`
<!-- YAML
added: v0.10
-->