From b33eaf01a6ed83cb61fa2cf49764d1d5e1604b70 Mon Sep 17 00:00:00 2001 From: Aviv Keller Date: Mon, 21 Oct 2024 20:15:57 -0400 Subject: [PATCH] chore: fix typo in `environment-variables-1` slug --- src/constants.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants.mjs b/src/constants.mjs index fa0bf85..a44763f 100644 --- a/src/constants.mjs +++ b/src/constants.mjs @@ -110,7 +110,7 @@ export const DOC_SLUG_OPTIONS = 'options'; // https://github.com/nodejs/node/blob/main/doc/api/cli.md#environment-variables-1 // This slug should reference the section where the available // environment variables are defined. -export const DOC_SLUG_ENVIRONMENT = 'evironment-options-1'; +export const DOC_SLUG_ENVIRONMENT = 'environment-variables-1'; // This is a mapping for types within the Markdown content and their respective // JavaScript globals types within the MDN JavaScript docs