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__"]},