From 5bce596838c987f65848dff040f1149dcd20c1f5 Mon Sep 17 00:00:00 2001 From: RoboSchmied Date: Thu, 21 Mar 2024 10:27:57 +0100 Subject: [PATCH] doc: fix typos in maintaining-dependencies.md fix typo: informations -> information information has no plural PR-URL: https://github.com/nodejs/node/pull/52160 Reviewed-By: Marco Ippolito Reviewed-By: Moshe Atlow Reviewed-By: Richard Lau Reviewed-By: Luigi Pinca --- .../maintaining/maintaining-dependencies.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/doc/contributing/maintaining/maintaining-dependencies.md b/doc/contributing/maintaining/maintaining-dependencies.md index 2e5f348f7bae04..7529f28a60dd41 100644 --- a/doc/contributing/maintaining/maintaining-dependencies.md +++ b/doc/contributing/maintaining/maintaining-dependencies.md @@ -204,7 +204,7 @@ a C port of High Dynamic Range (HDR) Histogram. The [icu](http://site.icu-project.org) is widely used set of C/C++ and Java libraries providing Unicode and Globalization support for software applications. -See [maintaining-icu][] for more informations. +See [maintaining-icu][] for more information. ### libuv @@ -216,7 +216,7 @@ It was primarily developed for use by Node.js. The [llhttp](https://github.com/nodejs/llhttp) dependency is the http parser used by Node.js. -See [maintaining-http][] for more informations. +See [maintaining-http][] for more information. ### minimatch @@ -227,12 +227,12 @@ minimal matching utility. The [nghttp2](https://github.com/nghttp2/nghttp2) dependency is a C library implementing HTTP/2 protocol. -See [maintaining-http][] for more informations. +See [maintaining-http][] for more information. ### nghttp3 The [nghttp3](https://github.com/ngtcp2/nghttp3) dependency is HTTP/3 library -written in C. See ngtcp2 for more informations. +written in C. See ngtcp2 for more information. ### ngtcp2 @@ -279,7 +279,7 @@ cryptography and secure communication. Node.js currently uses the quictls/openssl fork, which closely tracks the main openssl/openssl releases with the addition of APIs to support the QUIC protocol. -See [maintaining-openssl][] for more informations. +See [maintaining-openssl][] for more information. ### postject @@ -295,7 +295,7 @@ a C++ library for fast UTF-8 decoding and encoding. The [undici](https://github.com/nodejs/undici) dependency is an HTTP/1.1 client, written from scratch for Node.js.. -See [maintaining-http][] for more informations. +See [maintaining-http][] for more information. ### uvwasi @@ -303,13 +303,13 @@ The [uvwasi](https://github.com/nodejs/uvwasi) dependency implements the WASI system call API, so that WebAssembly runtimes can easily implement WASI calls. Under the hood, uvwasi leverages libuv where possible for maximum portability. -See [maintaining-web-assembly][] for more informations. +See [maintaining-web-assembly][] for more information. ### V8 [V8](https://chromium.googlesource.com/v8/v8.git/) is Google's open source high-performance JavaScript and WebAssembly engine, written in C++. -See [maintaining-V8][] for more informations. +See [maintaining-V8][] for more information. ### zlib