application: correct spelling of "cannont"
[back-port of pull request #2088]
This commit is contained in:
parent
97f376c239
commit
a4c643e890
|
@ -397,7 +397,7 @@ function dataSourcesFromConfig(name, config, connectorRegistry, registry) {
|
|||
var connectorPath;
|
||||
|
||||
assert(typeof config === 'object',
|
||||
'cannont create data source without config object');
|
||||
'can not create data source without config object');
|
||||
|
||||
if (typeof config.connector === 'string') {
|
||||
name = config.connector;
|
||||
|
|
Loading…
Reference in New Issue