Skip to content

Commit bf8c790

Browse files
authored
Merge pull request #16 from dmalykh/patch-1
Fix typo
2 parents 853657f + 494c6b0 commit bf8c790

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ $this->constructEmpty(UserRepositry::class);
6868
## Mocks
6969

7070
Mocks should be created by including [`Codeception\Test\Feature\Stub` trait](https://github.com/Codeception/Stub/blob/master/docs/StubTrait.md) into a test case.
71-
Execution expectation are set with [`Codescption\Stub\Expected`](https://github.com/Codeception/Stub/blob/master/docs/Expected.md):
71+
Execution expectation are set with [`Codeception\Stub\Expected`](https://github.com/Codeception/Stub/blob/master/docs/Expected.md):
7272

7373
```php
7474
<?php
@@ -86,4 +86,4 @@ $userRepository = $this->make(UserRepository::class, [
8686

8787
## License
8888

89-
MIT
89+
MIT

0 commit comments

Comments
 (0)