From 10040500da6af33b602e35c3f3bbe28cf76c4c4a Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Wed, 23 Oct 2019 21:28:42 -0700 Subject: doc: remove dashes The use of dashes -- in general, but especially in our docs -- can be problematic. It is used inconsistently and there is always another form of punctuation that is as good or better for the situation. In an effort to reduce the number of variations we use to display the same types of information, remove the various uses of dashes from the documentation. PR-URL: https://github.com/nodejs/node/pull/30101 Reviewed-By: Gireesh Punathil Reviewed-By: Richard Lau Reviewed-By: Trivikram Kamat Reviewed-By: James M Snell --- doc/api/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/api/index.md') diff --git a/doc/api/index.md b/doc/api/index.md index ad16610eda..ceb3ce7f19 100644 --- a/doc/api/index.md +++ b/doc/api/index.md @@ -14,7 +14,7 @@ * [Async Hooks](async_hooks.html) * [Buffer](buffer.html) * [C++ Addons](addons.html) -* [C/C++ Addons - N-API](n-api.html) +* [C/C++ Addons with N-API](n-api.html) * [Child Processes](child_process.html) * [Cluster](cluster.html) * [Command Line Options](cli.html) -- cgit v1.2.3