diff --git a/src/interfaces/IManifest.ts b/src/interfaces/IManifest.ts index 20794dc..7bdca8e 100644 --- a/src/interfaces/IManifest.ts +++ b/src/interfaces/IManifest.ts @@ -1,4 +1,4 @@ -/** A patch manifest, containing a list of releases, how to patch them, and which the current release is. */ +/** A patch manifest, containing a list of releases, how to patch them, and which one the current release is. */ export default interface IManifest { /** Current release. */ current: number;