Skip to content

Commit a11ac1c

Browse files
selveterruyadorno
authored andcommittedJan 5, 2025
doc: fix 'which' to 'that' and add commas
PR-URL: #56216 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Chemi Atlow <chemi@atlow.co.il>
1 parent 5331df7 commit a11ac1c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎doc/contributing/technical-priorities.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ on October 1st 2022.
2121

2222
_Present in: 2021_
2323

24-
Base HTTP support is a key component of modern cloud-native applications
24+
Base HTTP support is a key component of modern cloud-native applications,
2525
and built-in support was part of what made Node.js a success in the first
2626
10 years. The current implementation is hard to support and a common
2727
source of vulnerabilities. We must work towards an
28-
implementation which is easier to support and makes it easier to integrate
28+
implementation that is easier to support and makes it easier to integrate
2929
the new HTTP versions (HTTP3, QUIC) and to support efficient
3030
implementations of different versions concurrently.
3131

@@ -96,7 +96,7 @@ supported tools to implement those processes (logging, metrics and tracing).
9696
This includes support within the Node.js runtime itself (for example
9797
generating heap dumps, performance metrics, etc.) as well as support for
9898
applications on top of the runtime. In addition, it is also important to
99-
clearly document the use cases, problem determination methods and best
99+
clearly document the use cases, problem determination methods, and best
100100
practices for those tools.
101101

102102
## Better multithreaded support

0 commit comments

Comments
 (0)
Please sign in to comment.