@@ -204,7 +204,7 @@ a C port of High Dynamic Range (HDR) Histogram.
204204The [ icu] ( http://site.icu-project.org ) is widely used set of C/C++
205205and Java libraries providing Unicode and Globalization
206206support for software applications.
207- See [ maintaining-icu] [ ] for more informations .
207+ See [ maintaining-icu] [ ] for more information .
208208
209209### libuv
210210
@@ -216,7 +216,7 @@ It was primarily developed for use by Node.js.
216216
217217The [ llhttp] ( https://github.com/nodejs/llhttp ) dependency is
218218the http parser used by Node.js.
219- See [ maintaining-http] [ ] for more informations .
219+ See [ maintaining-http] [ ] for more information .
220220
221221### minimatch
222222
@@ -227,12 +227,12 @@ minimal matching utility.
227227
228228The [ nghttp2] ( https://github.com/nghttp2/nghttp2 ) dependency is a C library
229229implementing HTTP/2 protocol.
230- See [ maintaining-http] [ ] for more informations .
230+ See [ maintaining-http] [ ] for more information .
231231
232232### nghttp3
233233
234234The [ 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 .
236236
237237### ngtcp2
238238
@@ -279,7 +279,7 @@ cryptography and secure communication.
279279Node.js currently uses the quictls/openssl fork, which closely tracks
280280the main openssl/openssl releases with the addition of APIs to support
281281the QUIC protocol.
282- See [ maintaining-openssl] [ ] for more informations .
282+ See [ maintaining-openssl] [ ] for more information .
283283
284284### postject
285285
@@ -295,21 +295,21 @@ a C++ library for fast UTF-8 decoding and encoding.
295295
296296The [ undici] ( https://github.com/nodejs/undici ) dependency is an HTTP/1.1 client,
297297written from scratch for Node.js..
298- See [ maintaining-http] [ ] for more informations .
298+ See [ maintaining-http] [ ] for more information .
299299
300300### uvwasi
301301
302302The [ uvwasi] ( https://github.com/nodejs/uvwasi ) dependency implements
303303the WASI system call API, so that WebAssembly runtimes can easily
304304implement WASI calls.
305305Under 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 .
307307
308308### V8
309309
310310[ V8] ( https://chromium.googlesource.com/v8/v8.git/ ) is Google's open source
311311high-performance JavaScript and WebAssembly engine, written in C++.
312- See [ maintaining-V8] [ ] for more informations .
312+ See [ maintaining-V8] [ ] for more information .
313313
314314### zlib
315315
0 commit comments