From 5b90d4c3f320d32dc831eaba92c2e3222090de21 Mon Sep 17 00:00:00 2001 From: Arkadiy Asuratov Date: Tue, 9 Jul 2024 12:12:14 +0200 Subject: [PATCH] fix typos in databasePlatforms.json schema * Updated descriptions for pre- and post-rebuild actions --- schema/metadata/app/databasePlatforms.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/schema/metadata/app/databasePlatforms.json b/schema/metadata/app/databasePlatforms.json index bd3acf9dde..bff8dd4034 100644 --- a/schema/metadata/app/databasePlatforms.json +++ b/schema/metadata/app/databasePlatforms.json @@ -33,7 +33,7 @@ }, "preRebuildActionClassNameList": { "type": "array", - "description": "Pre-prebuild actions. Should implement Espo\\Core\\Utils\\Database\\Schema\\RebuildAction.", + "description": "Pre-rebuild actions. Should implement Espo\\Core\\Utils\\Database\\Schema\\RebuildAction.", "items": { "anyOf": [ {"enum": ["__APPEND__"]}, @@ -43,7 +43,7 @@ }, "postRebuildActionClassNameList": { "type": "array", - "description": "Pre-prebuild actions. Should implement Espo\\Core\\Utils\\Database\\Schema\\RebuildAction.", + "description": "Post-rebuild actions. Should implement Espo\\Core\\Utils\\Database\\Schema\\RebuildAction.", "items": { "anyOf": [ {"enum": ["__APPEND__"]},