From 5caa3a935d8a1dda040fbe2f7d63114213b01e81 Mon Sep 17 00:00:00 2001 From: C-3PO Date: Fri, 2 Nov 2018 02:35:07 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=84=20Fix=20typo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/interfaces/IManifest.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;