We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
environment-variables-1
1 parent a504264 commit 7f2c125Copy full SHA for 7f2c125
src/constants.mjs
@@ -110,7 +110,7 @@ export const DOC_SLUG_OPTIONS = 'options';
110
// https://github.com/nodejs/node/blob/main/doc/api/cli.md#environment-variables-1
111
// This slug should reference the section where the available
112
// environment variables are defined.
113
-export const DOC_SLUG_ENVIRONMENT = 'evironment-options-1';
+export const DOC_SLUG_ENVIRONMENT = 'environment-variables-1';
114
115
// This is a mapping for types within the Markdown content and their respective
116
// JavaScript globals types within the MDN JavaScript docs
0 commit comments