From 08be585712774904bccbf4a43e481895a641464f Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Tue, 8 Feb 2022 09:42:52 -0800 Subject: [PATCH] doc: remove unneeded ellipsis in header MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The ellipsis in `All together` is not needed. I've had it on my list of "small things to take care of when you get a chance" for a while. The Microsoft Style Guide says to not use ellipses except in certain cases, and that reminded me to do it. The day has arrived! PR-URL: https://github.com/nodejs/node/pull/41888 Reviewed-By: Derek Lewis Reviewed-By: Mohammed Keyvanzadeh Reviewed-By: Mestery Reviewed-By: Benjamin Gruenbaum Reviewed-By: Tobias Nießen Reviewed-By: Filip Skokan --- doc/api/modules.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/modules.md b/doc/api/modules.md index 40135a804b8631..de17eea503cb5c 100644 --- a/doc/api/modules.md +++ b/doc/api/modules.md @@ -171,7 +171,7 @@ The `.mjs` extension is reserved for [ECMAScript Modules][] which cannot be loaded via `require()`. See [Determining module system][] section for more info regarding which files are parsed as ECMAScript modules. -## All together... +## All together