Skip to content

Commit 4fe8735

Browse files
authored
doc: fix typos in maintaining-dependencies.md
fix typo: informations -> information information has no plural PR-URL: #52160 Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent f05b241 commit 4fe8735

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

doc/contributing/maintaining/maintaining-dependencies.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ a C port of High Dynamic Range (HDR) Histogram.
205205
The [icu](http://site.icu-project.org) is widely used set of C/C++
206206
and Java libraries providing Unicode and Globalization
207207
support 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

218218
The [llhttp](https://github.com/nodejs/llhttp) dependency is
219219
the 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

229229
The [nghttp2](https://github.com/nghttp2/nghttp2) dependency is a C library
230230
implementing HTTP/2 protocol.
231-
See [maintaining-http][] for more informations.
231+
See [maintaining-http][] for more information.
232232

233233
### nghttp3
234234

235235
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.
237237

238238
### ngtcp2
239239

@@ -280,7 +280,7 @@ cryptography and secure communication.
280280
Node.js currently uses the quictls/openssl fork, which closely tracks
281281
the main openssl/openssl releases with the addition of APIs to support
282282
the 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

302302
The [undici](https://github.com/nodejs/undici) dependency is an HTTP/1.1 client,
303303
written from scratch for Node.js..
304-
See [maintaining-http][] for more informations.
304+
See [maintaining-http][] for more information.
305305

306306
### uvwasi
307307

308308
The [uvwasi](https://github.com/nodejs/uvwasi) dependency implements
309309
the WASI system call API, so that WebAssembly runtimes can easily
310310
implement WASI calls.
311311
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.
313313

314314
### V8
315315

316316
[V8](https://chromium.googlesource.com/v8/v8.git/) is Google's open source
317317
high-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

Comments
 (0)