Skip to content

Commit 2776adb

Browse files
authored
chore: fix typo in jsdocs (#237)
1 parent 1c19472 commit 2776adb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/packagejson/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ export interface PackageJson {
209209
};
210210

211211
/**
212-
* The field is is used to specify different TypeScript declaration files for
212+
* The field is used to specify different TypeScript declaration files for
213213
* different versions of TypeScript, allowing for version-specific type definitions.
214214
*/
215215
typesVersions?: Record<string, Record<string, string[]>>;

0 commit comments

Comments
 (0)