From f08a9d0b48c918562086b93f1a9eccd74c0b2db3 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Mon, 7 Feb 2022 18:17:16 -0800 Subject: [PATCH] doc: remove unneeded ellipsis in header 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! --- 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