From e8b8e84ea859c68110ac77b027af6c4e1ce4d46e Mon Sep 17 00:00:00 2001 From: Richard Jackson Date: Tue, 24 Sep 2024 14:17:13 +0100 Subject: [PATCH] Update CarbonAwareController.cs (minor typos) Signed-off-by: Richard Jackson --- .../src/Controllers/CarbonAwareController.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/CarbonAware.WebApi/src/Controllers/CarbonAwareController.cs b/src/CarbonAware.WebApi/src/Controllers/CarbonAwareController.cs index 130953ddc..9bb44a307 100644 --- a/src/CarbonAware.WebApi/src/Controllers/CarbonAwareController.cs +++ b/src/CarbonAware.WebApi/src/Controllers/CarbonAwareController.cs @@ -97,10 +97,10 @@ public async Task GetEmissionsDataForLocationByTime( /// boundaries are provided, the entire forecast dataset is used. The scoped data points are used to calculate average marginal /// carbon intensities of the specified "windowSize" and the optimal marginal carbon intensity window is identified. /// - /// The forecast data represents what the data source predicts future marginal carbon intesity values to be, + /// The forecast data represents what the data source predicts future marginal carbon intensity values to be, /// not actual measured emissions data (as future values cannot be known). /// - /// This endpoint is useful for determining if there is a more carbon-optimal time to use electicity predicted in the future. + /// This endpoint is useful for determining if there is a more carbon-optimal time to use electricity predicted in the future. /// /// An array of forecasts (one per requested location) with their optimal marginal carbon intensity windows. /// Returns the requested forecast objects