diff --git a/src/api/Controllers/ExportController.cs b/src/api/Controllers/ExportController.cs index 999eb3a51..5a7046bb3 100644 --- a/src/api/Controllers/ExportController.cs +++ b/src/api/Controllers/ExportController.cs @@ -28,7 +28,7 @@ public ExportController(BdmsContext context, ILogger logger) } /// - /// Exports the details of up to boreholes as a CSV file. Filters the boreholes based on the provided list of IDs.export + /// Exports the details of up to boreholes as a CSV file. Filters the boreholes based on the provided list of IDs. /// /// The list of IDs for the boreholes to be exported. /// A CSV file containing the details of the specified boreholes.