Skip to content

Commit 5bce596

Browse files
RoboSchmiedmarco-ippolito
authored andcommittedMay 3, 2024
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 cef4b7e commit 5bce596

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

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

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

232232
### nghttp3
233233

234234
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.
236236

237237
### ngtcp2
238238

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

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

300300
### uvwasi
301301

302302
The [uvwasi](https://github.com/nodejs/uvwasi) dependency implements
303303
the WASI system call API, so that WebAssembly runtimes can easily
304304
implement WASI calls.
305305
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.
307307

308308
### V8
309309

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

Comments
 (0)
Please sign in to comment.