@@ -205,7 +205,7 @@ a C port of High Dynamic Range (HDR) Histogram.
205205The [ icu] ( http://site.icu-project.org ) is widely used set of C/C++
206206and Java libraries providing Unicode and Globalization
207207support for software applications.
208- See [ maintaining-icu] [ ] for more informations .
208+ See [ maintaining-icu] [ ] for more information .
209209
210210### libuv
211211
@@ -217,7 +217,7 @@ It was primarily developed for use by Node.js.
217217
218218The [ llhttp] ( https://github.com/nodejs/llhttp ) dependency is
219219the http parser used by Node.js.
220- See [ maintaining-http] [ ] for more informations .
220+ See [ maintaining-http] [ ] for more information .
221221
222222### minimatch
223223
@@ -228,12 +228,12 @@ minimal matching utility.
228228
229229The [ nghttp2] ( https://github.com/nghttp2/nghttp2 ) dependency is a C library
230230implementing HTTP/2 protocol.
231- See [ maintaining-http] [ ] for more informations .
231+ See [ maintaining-http] [ ] for more information .
232232
233233### nghttp3
234234
235235The [ 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 .
237237
238238### ngtcp2
239239
@@ -280,7 +280,7 @@ cryptography and secure communication.
280280Node.js currently uses the quictls/openssl fork, which closely tracks
281281the main openssl/openssl releases with the addition of APIs to support
282282the QUIC protocol.
283- See [ maintaining-openssl] [ ] for more informations .
283+ See [ maintaining-openssl] [ ] for more information .
284284
285285### postject
286286
@@ -301,21 +301,21 @@ a C++ library for fast UTF-8 decoding and encoding.
301301
302302The [ undici] ( https://github.com/nodejs/undici ) dependency is an HTTP/1.1 client,
303303written from scratch for Node.js..
304- See [ maintaining-http] [ ] for more informations .
304+ See [ maintaining-http] [ ] for more information .
305305
306306### uvwasi
307307
308308The [ uvwasi] ( https://github.com/nodejs/uvwasi ) dependency implements
309309the WASI system call API, so that WebAssembly runtimes can easily
310310implement WASI calls.
311311Under 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 .
313313
314314### V8
315315
316316[ V8] ( https://chromium.googlesource.com/v8/v8.git/ ) is Google's open source
317317high-performance JavaScript and WebAssembly engine, written in C++.
318- See [ maintaining-V8] [ ] for more informations .
318+ See [ maintaining-V8] [ ] for more information .
319319
320320### zlib
321321
0 commit comments