From 360f40354e1a88fd58e219e04082fe2a87c93210 Mon Sep 17 00:00:00 2001 From: Andres Kalle Date: Tue, 7 Nov 2017 20:03:27 +0200 Subject: [PATCH] doc: fix typo in assert.md PR-URL: https://github.com/nodejs/node/pull/16866 Reviewed-By: Colin Ihrig Reviewed-By: Vse Mozhet Byt Reviewed-By: Bryan English --- doc/api/assert.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/assert.md b/doc/api/assert.md index ca110ecbfc44dc..962097c67ef63e 100644 --- a/doc/api/assert.md +++ b/doc/api/assert.md @@ -299,7 +299,7 @@ assert.fail(1, 2, 'whoops', '>'); // AssertionError [ERR_ASSERTION]: whoops ``` -*Note*: Is the last two cases `actual`, `expected`, and `operator` have no +*Note*: In the last two cases `actual`, `expected`, and `operator` have no influence on the error message. ```js