switch back Langs header to Languages

This commit is contained in:
Frédéric Harper
2024-05-01 12:25:22 -04:00
parent db557251d1
commit 3489df34d4

View File

@@ -10,7 +10,7 @@ const data = fs.readFileSync(`${parentFolderPath}/people.json`);
const json = JSON.parse(data);
// Table header
const header = `|Name|URLs|Work|Langs|Topics|
const header = `|Name|URLs|Work|Languages|Topics|
|---|---|---|---|---|
`;