Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
doc: uppercase the first letter in list
  • Loading branch information
trivikr committed Jun 3, 2019
commit 6c231f22da61b6e1f9b0c56716a02dcdde288297
6 changes: 3 additions & 3 deletions doc/api/deprecations.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@

Node.js may deprecate APIs when:

* 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.
* 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:

Expand Down