We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5c60010 + 5010d5e commit 6bbbc55Copy full SHA for 6bbbc55
1 file changed
IMS.API/Services/CsvService.cs
@@ -13,7 +13,7 @@ public string ExportProductsToCsv(IEnumerable<Product> products)
13
using var csv = new CsvWriter(writer, CultureInfo.InvariantCulture);
14
csv.WriteField("Id");
15
csv.WriteField("Name");
16
- csv.WriteField("Descrption");
+ csv.WriteField("Description");
17
csv.WriteField("Price");
18
csv.WriteField("QuantityInStock");
19
csv.WriteField("Supplier");
0 commit comments