Skip to content

Commit 05f3573

Browse files
committed
Merge pull request #2088 from strongloop/fix-cannont-misspelling
application: correct spelling of "cannont"
2 parents 804265b + b9acace commit 05f3573

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/application.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ function dataSourcesFromConfig(name, config, connectorRegistry, registry) {
397397
var connectorPath;
398398

399399
assert(typeof config === 'object',
400-
'cannont create data source without config object');
400+
'can not create data source without config object');
401401

402402
if (typeof config.connector === 'string') {
403403
name = config.connector;

0 commit comments

Comments
 (0)