summaryrefslogtreecommitdiff
path: root/src/README.md
diff options
context:
space:
mode:
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][].