📄 Fix typo
This commit is contained in:
parent
bb57e99d04
commit
5caa3a935d
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
export default interface IManifest {
|
||||||
/** Current release. */
|
/** Current release. */
|
||||||
current: number;
|
current: number;
|
||||||
|
|
Loading…
Reference in a new issue