Skip to content

Commit aa030fc

Browse files
authored
Fix typo in doc comment in types/publish.mjs
1 parent 9adcd15 commit aa030fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/publish.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@ function processModule(moduleName) {
500500
statement.
501501
- Remove all `declare` modifiers from items in the module itself.
502502
- Update all `import` specifiers to be absolute in terms of the package
503-
name (which means )
503+
name, which means handling both `./` and `../` correctly.
504504
- Preserve existing `declare module` statements, so that anything using e.g.
505505
declaration merging continues to work correctly.
506506

0 commit comments

Comments
 (0)