From 24a1f7ec84ea75663b3d980ee640f67604340981 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Thu, 1 Jul 2021 05:51:16 -0700 Subject: [PATCH] doc: use more consistent formatting for deprecations MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Most deprecations do not end with a full-stop/period, but three of them do. Well, not anymore after this change. PR-URL: https://github.com/nodejs/node/pull/39218 Reviewed-By: Antoine du Hamel Reviewed-By: Richard Lau Reviewed-By: Michaƫl Zasso --- doc/api/deprecations.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md index bed397ca86c9c3..68e5777ddd90c4 100644 --- a/doc/api/deprecations.md +++ b/doc/api/deprecations.md @@ -1796,7 +1796,7 @@ Assigning properties to the top-level `this` as an alternative to `module.exports` is deprecated. Developers should use `exports` or `module.exports` instead. -### DEP0093: `crypto.fips` is deprecated and replaced. +### DEP0093: `crypto.fips` is deprecated and replaced