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