@@ -205,7 +205,7 @@ a C port of High Dynamic Range (HDR) Histogram.
205
205
The [ icu] ( http://site.icu-project.org ) is widely used set of C/C++
206
206
and Java libraries providing Unicode and Globalization
207
207
support for software applications.
208
- See [ maintaining-icu] [ ] for more informations .
208
+ See [ maintaining-icu] [ ] for more information .
209
209
210
210
### libuv
211
211
@@ -217,7 +217,7 @@ It was primarily developed for use by Node.js.
217
217
218
218
The [ llhttp] ( https://github.com/nodejs/llhttp ) dependency is
219
219
the http parser used by Node.js.
220
- See [ maintaining-http] [ ] for more informations .
220
+ See [ maintaining-http] [ ] for more information .
221
221
222
222
### minimatch
223
223
@@ -228,12 +228,12 @@ minimal matching utility.
228
228
229
229
The [ nghttp2] ( https://github.com/nghttp2/nghttp2 ) dependency is a C library
230
230
implementing HTTP/2 protocol.
231
- See [ maintaining-http] [ ] for more informations .
231
+ See [ maintaining-http] [ ] for more information .
232
232
233
233
### nghttp3
234
234
235
235
The [ nghttp3] ( https://github.com/ngtcp2/nghttp3 ) dependency is HTTP/3 library
236
- written in C. See ngtcp2 for more informations .
236
+ written in C. See ngtcp2 for more information .
237
237
238
238
### ngtcp2
239
239
@@ -280,7 +280,7 @@ cryptography and secure communication.
280
280
Node.js currently uses the quictls/openssl fork, which closely tracks
281
281
the main openssl/openssl releases with the addition of APIs to support
282
282
the QUIC protocol.
283
- See [ maintaining-openssl] [ ] for more informations .
283
+ See [ maintaining-openssl] [ ] for more information .
284
284
285
285
### postject
286
286
@@ -301,21 +301,21 @@ a C++ library for fast UTF-8 decoding and encoding.
301
301
302
302
The [ undici] ( https://github.com/nodejs/undici ) dependency is an HTTP/1.1 client,
303
303
written from scratch for Node.js..
304
- See [ maintaining-http] [ ] for more informations .
304
+ See [ maintaining-http] [ ] for more information .
305
305
306
306
### uvwasi
307
307
308
308
The [ uvwasi] ( https://github.com/nodejs/uvwasi ) dependency implements
309
309
the WASI system call API, so that WebAssembly runtimes can easily
310
310
implement WASI calls.
311
311
Under the hood, uvwasi leverages libuv where possible for maximum portability.
312
- See [ maintaining-web-assembly] [ ] for more informations .
312
+ See [ maintaining-web-assembly] [ ] for more information .
313
313
314
314
### V8
315
315
316
316
[ V8] ( https://chromium.googlesource.com/v8/v8.git/ ) is Google's open source
317
317
high-performance JavaScript and WebAssembly engine, written in C++.
318
- See [ maintaining-V8] [ ] for more informations .
318
+ See [ maintaining-V8] [ ] for more information .
319
319
320
320
### zlib
321
321
0 commit comments