Skip to content

Commit

Permalink
feat: object formatters have been introduced
Browse files Browse the repository at this point in the history
  • Loading branch information
dvabuzyarov committed Nov 6, 2023
1 parent 463fd18 commit 3072af9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/moq/src/lib/mock.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export class Mock<T> implements IMock<T> {
}

/**
* The default mock options that would apply to all instantiating Mock objects.
* The default mock options that would appnpmly to all instantiating Mock objects.
* By default it sets {@link IMockOptions.target} as a function, {@link IMockOptions.injectorConfig} as
* instance of {@link DefaultInjectorConfig} and {@link IMockOptions.name} as undefined.
* If an options are passed as constructor parameter {@link Mock.constructor} they will override the default options.
Expand Down

0 comments on commit 3072af9

Please sign in to comment.