mirror of
https://github.com/bower/bower.git
synced 2026-04-24 03:00:19 -04:00
Fix typo in error message.
This commit is contained in:
@@ -188,7 +188,7 @@ Package.prototype.install = function () {
|
||||
isRepo(localPath, function (is) {
|
||||
if (is) {
|
||||
var err = new Error('Local path is a local repository');
|
||||
err.details = 'To avoid loosing work, please remove ' + localPath + ' manually.';
|
||||
err.details = 'To avoid losing work, please remove ' + localPath + ' manually.';
|
||||
return this.emit('error', err, this);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user