From 9f220cc67635f27be58ba661da186ec418faaa68 Mon Sep 17 00:00:00 2001 From: Jordan Dominion Date: Sun, 3 Nov 2024 12:40:16 -0500 Subject: [PATCH] Fix typo in doc comment --- .../Controllers/AdministrationController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Tgstation.Server.Host/Controllers/AdministrationController.cs b/src/Tgstation.Server.Host/Controllers/AdministrationController.cs index e70c30ab60..52004ad968 100644 --- a/src/Tgstation.Server.Host/Controllers/AdministrationController.cs +++ b/src/Tgstation.Server.Host/Controllers/AdministrationController.cs @@ -124,7 +124,7 @@ public ValueTask Read([FromQuery] bool? fresh, CancellationToken /// Attempt to perform a server upgrade. /// /// The . - /// The for the operation. + /// The for the operation. /// A resulting in the for the operation. /// Update has been started successfully. /// The requested release version could not be found in the target GitHub repository.