Skip to content

Commit 7f2c125

Browse files
authored
chore: fix typo in environment-variables-1 slug (#129)
1 parent a504264 commit 7f2c125

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/constants.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ export const DOC_SLUG_OPTIONS = 'options';
110110
// https://github.com/nodejs/node/blob/main/doc/api/cli.md#environment-variables-1
111111
// This slug should reference the section where the available
112112
// environment variables are defined.
113-
export const DOC_SLUG_ENVIRONMENT = 'evironment-options-1';
113+
export const DOC_SLUG_ENVIRONMENT = 'environment-variables-1';
114114

115115
// This is a mapping for types within the Markdown content and their respective
116116
// JavaScript globals types within the MDN JavaScript docs

0 commit comments

Comments
 (0)