Merge pull request #25138 from tklever/sqlite-error-typo
chore: fix minor typo in SQLite connector
This commit is contained in:
@@ -192,7 +192,7 @@ export class Sqlite3Connector implements Connector {
|
||||
const pluginDivisionMode = this.getPluginDivisionModeConfig();
|
||||
if (pluginDivisionMode !== 'database') {
|
||||
throw new Error(
|
||||
`The SQLite driver does not suppoert plugin division mode '${pluginDivisionMode}'`,
|
||||
`The SQLite driver does not support plugin division mode '${pluginDivisionMode}'`,
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user