From 5fe97a9a06da256268f3e60c49bdd50b9961b280 Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Mon, 17 Sep 2018 23:35:34 -0400 Subject: [PATCH] Fix build --- src/Tgstation.Server.Host/Components/Interop/JsonFile.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Tgstation.Server.Host/Components/Interop/JsonFile.cs b/src/Tgstation.Server.Host/Components/Interop/JsonFile.cs index b7e5da7d3a..10eebe5c13 100644 --- a/src/Tgstation.Server.Host/Components/Interop/JsonFile.cs +++ b/src/Tgstation.Server.Host/Components/Interop/JsonFile.cs @@ -40,7 +40,7 @@ namespace Tgstation.Server.Host.Components.Interop public string ServerCommandsJson { get; set; } /// - /// The of the launch + /// The of the launch /// public Api.Models.Internal.RevisionInformation Revision { get; set; }