Skip to content

Commit

Permalink
Merge pull request #372 from nickcolley/nickcolley-patch-1
Browse files Browse the repository at this point in the history
style(typo): fixed small typo officical
  • Loading branch information
boennemann committed Aug 12, 2015
2 parents e48771d + 3b319d1 commit 614b75c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/utils/couch.js
Expand Up @@ -141,7 +141,7 @@ exports.checkCouchVersion = function (env_config, callback) {
if (env_config.couch.vendor !== 'couchdb') {
console.error(
clc.yellow('Warning:') +
' You are not running the officical CouchDB distribution, ' +
' You are not running the official CouchDB distribution, ' +
'but "' + env_config.couch.vendor + '". ' +
'This might not be fully supported. Proceed at your own risk.'
)
Expand Down

0 comments on commit 614b75c

Please sign in to comment.