chore: fix typo (#3120)

This commit is contained in:
Anthony Angel
2024-01-31 18:01:05 +00:00
committed by GitHub
parent 3e03559a8d
commit e939d9f25d
@@ -93,7 +93,7 @@
$: schema && reorder()
function reorder() {
console.log('reodering')
console.log('reordering')
if (schema?.order && Array.isArray(schema.order)) {
const n = {}