Fixed a typo

This commit is contained in:
Alexis
2021-07-31 12:48:32 +02:00
parent 2cef0d6f8c
commit f19b48f801

View File

@@ -54,7 +54,7 @@ export class AuracleApi {
// Builds the data schema from registered entities
await connection.synchronize()
console.info('Database schema has been generated successfully.')
console.info('Database schemas have been generated successfully.')
return connection
} catch (err) {