typo
This commit is contained in:
parent
6087d02047
commit
45d0b46e7a
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ export class MockResolver extends Resolver {
|
|||
const r = this._rs.get(value);
|
||||
|
||||
if (!r) {
|
||||
throw new Error('Not registed for mock');
|
||||
throw new Error('Not registered for mock');
|
||||
}
|
||||
|
||||
const object = JSON.parse(r.content);
|
||||
|
|
Loading…
Reference in a new issue