|
@@ -95,7 +95,7 @@ module.exports = class RequestClient {
|
|
// @todo validate response status before calling json
|
|
// @todo validate response status before calling json
|
|
.then((res) => res.json())
|
|
.then((res) => res.json())
|
|
.catch((err) => {
|
|
.catch((err) => {
|
|
- throw new Error(`Could not detele ${this._getUrl(path)}. ${err}`)
|
|
|
|
|
|
+ throw new Error(`Could not delete ${this._getUrl(path)}. ${err}`)
|
|
})
|
|
})
|
|
}
|
|
}
|
|
}
|
|
}
|