summaryrefslogtreecommitdiff
path: root/doc/api/addons.md
diff options
context:
space:
mode:
authorVse Mozhet Byt <vsemozhetbyt@gmail.com>2017-02-08 01:56:07 +0200
committerJames M Snell <jasnell@gmail.com>2017-02-09 16:00:43 -0800
commit9682151a1c3669263d72b6d934e1b6fcbe382446 (patch)
tree576c55879b95efed534f94c5d99a9cfce1be3bce /doc/api/addons.md
parent159749d5224d6a7906aa4e5a7aaa20f44500b3c8 (diff)
downloadandroid-node-v8-9682151a1c3669263d72b6d934e1b6fcbe382446.tar.gz
android-node-v8-9682151a1c3669263d72b6d934e1b6fcbe382446.tar.bz2
android-node-v8-9682151a1c3669263d72b6d934e1b6fcbe382446.zip
doc: improve consistency in documentation titles
Unify capitalization and spaces and add some info for consistency, clarity and coherence with sorting in the all.md / _toc.md. PR-URL: https://github.com/nodejs/node/pull/11230 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com> Reviewed-By: Timothy Gu <timothygu99@gmail.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Diffstat (limited to 'doc/api/addons.md')
-rw-r--r--doc/api/addons.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/addons.md b/doc/api/addons.md
index 44dc69915c..428e67ee28 100644
--- a/doc/api/addons.md
+++ b/doc/api/addons.md
@@ -1,4 +1,4 @@
-# Addons
+# C/C++ Addons
Node.js Addons are dynamically-linked shared objects, written in C or C++, that
can be loaded into Node.js using the [`require()`][require] function, and used