From 80d9b1c712c16753e7ce673564b5653f0633722c Mon Sep 17 00:00:00 2001 From: cjihrig Date: Wed, 29 May 2019 10:22:57 -0400 Subject: [PATCH] doc: wrap long line PR-URL: https://github.com/nodejs/node/pull/27951 Reviewed-By: Luigi Pinca Reviewed-By: Trivikram Kamat Reviewed-By: Rich Trott Reviewed-By: James M Snell --- doc/api/deprecations.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md index 7aeab5be7d4..41070fe145c 100644 --- a/doc/api/deprecations.md +++ b/doc/api/deprecations.md @@ -2461,7 +2461,8 @@ changes: Type: Runtime -Module.createRequireFromPath() is deprecated. Please use [`module.createRequire()`][] instead. +Module.createRequireFromPath() is deprecated. Please use +[`module.createRequire()`][] instead. ### DEP0131: Legacy HTTP parser