From 73f3a2cf960b4448e51de5d4c40a5fc73f13e885 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 ea90eda9725f19..030c963f5764cf 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