Skip to content

Commit 6c231f2

Browse files
committed
doc: uppercase the first letter in list
1 parent 07c4177 commit 6c231f2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/api/deprecations.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55

66
Node.js may deprecate APIs when:
77

8-
* use of the API is considered to be unsafe
9-
* an improved alternative API is available
10-
* breaking changes to the API are expected in a future major release.
8+
* Use of the API is considered to be unsafe
9+
* An improved alternative API is available
10+
* Breaking changes to the API are expected in a future major release.
1111

1212
Node.js utilizes three kinds of Deprecations:
1313

0 commit comments

Comments
 (0)