[csv/en] Fix incorrect front matter name

The CSV page used the wrong front matter, which caused CI failures
starting in 49be924382.

"language" should be "name".
This commit is contained in:
Evan Hahn 2025-04-24 01:50:25 +00:00
parent 7f0f27d84d
commit 9d5bd35ade

2
csv.md
View File

@ -1,5 +1,5 @@
--- ---
language: CSV name: CSV
contributors: contributors:
- [Timon Erhart, 'https://github.com/turbotimon/'] - [Timon Erhart, 'https://github.com/turbotimon/']
--- ---