From 5a748174d45dda248860973a73a93cb89f7988d0 Mon Sep 17 00:00:00 2001 From: 0xflotus <0xflotus@gmail.com> Date: Thu, 12 Jan 2023 16:14:32 +0100 Subject: [PATCH] fix(docs): small typo error --- 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][].