Merge pull request #2088 from strongloop/fix-cannont-misspelling

application: correct spelling of "cannont"
This commit is contained in:
Miroslav Bajtoš 2016-02-19 13:12:12 +01:00
commit 05f35731b9
1 changed files with 1 additions and 1 deletions

View File

@ -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;