chore: remove repetitive words in comments (#7963)

Signed-off-by: dongjinlong <dongjinlong@outlook.com>
This commit is contained in:
dongjinlong
2024-03-26 20:27:40 +08:00
committed by GitHub
parent 7d8ccebe67
commit 68b03d269d
6 changed files with 6 additions and 6 deletions

View File

@@ -45,7 +45,7 @@
// The name that the export had before this version.
// All of the properties on this object are optional.
'oldExportName': {
// The new module that the export is in in this version. If
// The new module that the export is in this version. If
// this is not provided, the newModule is assumed to be the
// parent module's newPath.
newModule: 'new.module.name',