summaryrefslogtreecommitdiff
path: root/src/README.md
diff options
context:
space:
mode:
author0xflotus <0xflotus@gmail.com>2023-01-12 16:14:32 +0100
committerLuigi Pinca <luigipinca@gmail.com>2023-01-22 07:23:21 +0100
commita08a1feb3ca6bd22098f6cba04fdc414a87db622 (patch)
treea8680f4da1dc6e13f97d81adee4f8c02d63fe643 /src/README.md
parent8c308ab28c87ade07a41e4713072cb73e839a71d (diff)
downloadnode-new-a08a1feb3ca6bd22098f6cba04fdc414a87db622.tar.gz
doc: fix small typo error
PR-URL: https://github.com/nodejs/node/pull/46186 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Harshitha K P <harshitha014@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com>
Diffstat (limited to 'src/README.md')
-rw-r--r--src/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/README.md b/src/README.md
index f5463cd360..9e2937157c 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][].