diff --git a/src/main/scala/de/codingchallenge/services/ArticleExportService.scala b/src/main/scala/de/codingchallenge/services/ArticleExportService.scala index dc4be57..4d3a6c5 100644 --- a/src/main/scala/de/codingchallenge/services/ArticleExportService.scala +++ b/src/main/scala/de/codingchallenge/services/ArticleExportService.scala @@ -27,7 +27,7 @@ class ArticleExportService( * and the sum of stock values) * Result is transformed to a 'ProductExport' which later on will be processed by the productExportRepository * - * FIXME: This solution actually conflicts with the way I unsertood this part of the task: + * FIXME: This solution actually conflicts with the way I understood this part of the task: * Pro Produkt soll jeweils der günstigste Artikel mit Bestand > 0 im Ergebnis enthalten * sein (mit seinen jeweiligen Eigenschaften). *