diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md index 30d235b23621f7..ebf42be4f9780f 100644 --- a/doc/api/deprecations.md +++ b/doc/api/deprecations.md @@ -2244,8 +2244,8 @@ changes: Type: Documentation-only (supports [`--pending-deprecation`][]) -Directly calling `process.binding('uv').errname()` is deprecated. -Please make sure to use [`util.getSystemErrorName()`][] instead. +`process.binding('uv').errname()` is deprecated. Please use +[`util.getSystemErrorName()`][] instead. ### DEP0120: Windows Performance Counter Support