Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update doc/contributing/maintaining-types-for-nodejs.md
  • Loading branch information
mhdawson authored Aug 4, 2022
commit e3d90ccfb834687b45bd20104cdebef3c2dfe3c0
2 changes: 1 addition & 1 deletion doc/contributing/maintaining-types-for-nodejs.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ and is as follows:
users what configuration to put in this file to get Node.js to support
their file type.
3. When Node.js is run with the correct configuration, either in a file or
`NODE_OPTIONS` or flags, the unknown file type is executed as expected.
`NODE_OPTIONS` or flags, the unknown file type is executed as expected.

Some additional specifics around the current approach include:

Expand Down