Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix(docs): small typo error
  • Loading branch information
0xflotus authored Jan 12, 2023
commit 5a748174d45dda248860973a73a93cb89f7988d0
2 changes: 1 addition & 1 deletion src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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][].

Expand Down