From e2dcbf1c3231513c38151d729f180a54ea902da9 Mon Sep 17 00:00:00 2001 From: Nick Schonning Date: Fri, 13 Sep 2019 00:22:29 -0400 Subject: doc: use consistent unordered list style Convert to asterisks when there are mixed styles in document. Addresses Markdownlint MD004 rule PR-URL: https://github.com/nodejs/node/pull/29516 Reviewed-By: David Carlier Reviewed-By: James M Snell Reviewed-By: Trivikram Kamat --- doc/api/globals.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'doc/api/globals.md') diff --git a/doc/api/globals.md b/doc/api/globals.md index f12538ef4a..f3263c22e7 100644 --- a/doc/api/globals.md +++ b/doc/api/globals.md @@ -7,11 +7,11 @@ These objects are available in all modules. The following variables may appear to be global but are not. They exist only in the scope of modules, see the [module system documentation][]: -- [`__dirname`][] -- [`__filename`][] -- [`exports`][] -- [`module`][] -- [`require()`][] +* [`__dirname`][] +* [`__filename`][] +* [`exports`][] +* [`module`][] +* [`require()`][] The objects listed here are specific to Node.js. There are a number of [built-in objects][] that are part of the JavaScript language itself, which are -- cgit v1.2.3