diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md index d40cf903dfd42a..6022cf37ee35f5 100644 --- a/doc/api/deprecations.md +++ b/doc/api/deprecations.md @@ -3,9 +3,11 @@ -Node.js may deprecate APIs when either: (a) use of the API is considered to be -unsafe, (b) an improved alternative API is available, or (c) breaking changes to -the API are expected in a future major release. +Node.js may deprecate APIs for any of the following reasons: + +* Use of the API is considered to be unsafe. +* An improved alternative API is available. +* Breaking changes to the API are expected in a future major release. Node.js utilizes three kinds of Deprecations: