From ebc6f410725e803640420780a4b94d33cc0ef7d8 Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Mon, 8 Mar 2021 16:05:29 +0100 Subject: [PATCH] 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(-) diff --git a/doc/api/assert.md b/doc/api/assert.md index 87672be02ecc6f..45693dd52b0324 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'; ```