diff --git a/doc/api/events.md b/doc/api/events.md index 536a87d1b46e0f..8b3cb966afd274 100644 --- a/doc/api/events.md +++ b/doc/api/events.md @@ -8,8 +8,7 @@ Much of the Node.js core API is built around an idiomatic asynchronous event-driven architecture in which certain kinds of objects (called "emitters") -periodically emit named events that cause `Function` objects ("listeners") to be -called. +emit named events that cause `Function` objects ("listeners") to be called. For instance: a [`net.Server`][] object emits an event each time a peer connects to it; a [`fs.ReadStream`][] emits an event when the file is opened;