From 9d5bd35ade311701f650982273796290f19b535a Mon Sep 17 00:00:00 2001 From: Evan Hahn Date: Thu, 24 Apr 2025 01:50:25 +0000 Subject: [PATCH] [csv/en] Fix incorrect front matter name The CSV page used the wrong front matter, which caused CI failures starting in 49be924382b896a33c8cea97ddd07454a23fd5f9. "language" should be "name". --- csv.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csv.md b/csv.md index 4c59392f..89bd9e80 100644 --- a/csv.md +++ b/csv.md @@ -1,5 +1,5 @@ --- -language: CSV +name: CSV contributors: - [Timon Erhart, 'https://github.com/turbotimon/'] ---