From e2c3e4727d5899a709f5c421e128a4af2ef626f3 Mon Sep 17 00:00:00 2001 From: Vse Mozhet Byt Date: Fri, 21 Apr 2017 17:38:31 +0300 Subject: doc: conform to rules for eslint-plugin-markdown PR-URL: https://github.com/nodejs/node/pull/12563 Refs: https://github.com/nodejs/node/pull/12557#issuecomment-296015032 Reviewed-By: Teddy Katz Reviewed-By: James M Snell Reviewed-By: Timothy Gu Reviewed-By: Gibson Fahnestock Reviewed-By: Yuta Hiroto --- doc/api/domain.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/api/domain.md') diff --git a/doc/api/domain.md b/doc/api/domain.md index 00cb149bbd..eb04987f08 100644 --- a/doc/api/domain.md +++ b/doc/api/domain.md @@ -162,7 +162,7 @@ function handleRequest(req, res) { setTimeout(() => { // Whoops! flerb.bark(); - }); + }, timeout); break; default: res.end('ok'); -- cgit v1.2.3