From 9c8857d9461210185e7272a15a1a2f5b75b31faa Mon Sep 17 00:00:00 2001 From: Vse Mozhet Byt Date: Mon, 9 Apr 2018 19:30:22 +0300 Subject: doc: add quotes for event names + fix similar nits PR-URL: https://github.com/nodejs/node/pull/19915 Reviewed-By: Luigi Pinca Reviewed-By: James M Snell Reviewed-By: Trivikram Kamat --- doc/api/documentation.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/api/documentation.md') diff --git a/doc/api/documentation.md b/doc/api/documentation.md index 33da3a45e7..0cd84a9f62 100644 --- a/doc/api/documentation.md +++ b/doc/api/documentation.md @@ -63,7 +63,7 @@ failures or behavior changes when API modifications occur. To help avoid such surprises, `Experimental` features may require a command-line flag to explicitly enable them, or may cause a process warning to be emitted. By default, such warnings are printed to [`stderr`][] and may be handled by -attaching a listener to the [`process.on('warning')`][] event. +attaching a listener to the [`'warning'`][] event. ## JSON Output