From 1ad09593fd077ecc4b42e8f73740349fec9d469a Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Mon, 8 Mar 2021 16:05:29 +0100 Subject: doc: fix linter issue PR-URL: https://github.com/nodejs/node/pull/37657 Reviewed-By: Darshan Sen Reviewed-By: Daniel Bevenius --- doc/api/assert.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/api/assert.md') diff --git a/doc/api/assert.md b/doc/api/assert.md index 87672be02ec..45693dd52b0 100644 --- a/doc/api/assert.md +++ b/doc/api/assert.md @@ -112,7 +112,7 @@ Legacy assertion mode uses the [Abstract Equality Comparison][] in: To use legacy assertion mode: -```cjs +```mjs import assert from 'assert'; ``` -- cgit v1.2.3