Skip to content

Commit

Permalink
fix(docs): Fixed typo in MockBuilder docs
Browse files Browse the repository at this point in the history
  • Loading branch information
AE1NS authored Jun 12, 2023
1 parent 398fc8b commit 3fa9b54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/articles/api/MockBuilder.md
Original file line number Diff line number Diff line change
Expand Up @@ -624,7 +624,7 @@ Eventually, it should be used like that:
```ts
MockBuilder(/* ... */)
.mock(/* ... */)
.customMock('value') // <-- the extention to MockBuilder
.customMock('value') // <-- the extension to MockBuilder
.keep(/* ... */);
```

Expand Down

0 comments on commit 3fa9b54

Please sign in to comment.