Skip to content

Commit ccdd0fd

Browse files
committedJan 29, 2025··
Fix wording on generate.js
1 parent 0267a46 commit ccdd0fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/content/docs/dev/mappings.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ type Exports = {
5454
export default Exports;
5555
```
5656

57-
When adding new types to a mapping:
57+
When adding a new module, or adding types to an existing module:
5858

5959
- Add its path and a name to `generate.js`
6060
- Name should be the last part of the path except in cases where it breaks syntax (e.g. `highlight.js` -> `HighlightJS`)

0 commit comments

Comments
 (0)
Please sign in to comment.