chore(backend-common): Fix typo in error message
Signed-off-by: Adam Harvey <33203301+adamdmharvey@users.noreply.github.com>
This commit is contained in:
@@ -304,7 +304,7 @@ export class MysqlConnector implements Connector {
|
||||
const pluginDivisionMode = this.getPluginDivisionModeConfig();
|
||||
if (pluginDivisionMode !== 'database') {
|
||||
throw new Error(
|
||||
`The MySQL driver does not suppoert plugin division mode '${pluginDivisionMode}'`,
|
||||
`The MySQL driver does not support plugin division mode '${pluginDivisionMode}'`,
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user