7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-04-19 21:01:41 +00:00

Fix typo "readabla" in schema

This commit is contained in:
Markus Becker 2024-12-09 14:09:27 +00:00 committed by Ian McInerney
parent 0e7c7ba9dd
commit 58feb014fe

View File

@ -273,7 +273,7 @@
},
"update_time_utc": {
"type": "string",
"description": "Human readabla update time in UTC YYYY-MM-DD HH:MM:SS format",
"description": "Human readable update time in UTC YYYY-MM-DD HH:MM:SS format",
"pattern": "^2\\d\\d\\d-\\d\\d-\\d\\d \\d\\d:\\d\\d:\\d\\d$"
}
},