📄 Fix typo

This commit is contained in:
C-3PO 2018-11-02 02:35:07 +01:00
parent bb57e99d04
commit 5caa3a935d
Signed by: c3po
GPG key ID: 62993C4BB4D86F24

View file

@ -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;