From dbf082d08297b48133c0ec658347418f3544b612 Mon Sep 17 00:00:00 2001 From: 0xflotus <0xflotus@gmail.com> Date: Thu, 12 Jan 2023 16:14:32 +0100 Subject: [PATCH] doc: fix small typo error MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/46186 Reviewed-By: Colin Ihrig Reviewed-By: Richard Lau Reviewed-By: Luigi Pinca Reviewed-By: Yagiz Nizipli Reviewed-By: James M Snell Reviewed-By: Anna Henningsen Reviewed-By: Tobias Nießen Reviewed-By: Harshitha K P Reviewed-By: Rich Trott Reviewed-By: Darshan Sen --- src/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/README.md b/src/README.md index f5463cd3606298..9e2937157c9b67 100644 --- a/src/README.md +++ b/src/README.md @@ -34,7 +34,7 @@ Important concepts when using V8 are the ones of [`Isolate`][]s and ## libuv API documentation The other major dependency of Node.js is [libuv][], providing -the [event loop][] and other operation system abstractions to Node.js. +the [event loop][] and other operating system abstractions to Node.js. There is a [reference documentation for the libuv API][].