Skip to content

Commit 494c6b0

Browse files
authored
Fix typo
1 parent 853657f commit 494c6b0

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)