Skip to content

Commit 349b60c

Browse files
glfabroDavertMik
authored andcommitted
Simple typo correction (#169)
Mathod -> method
1 parent 130afd1 commit 349b60c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Test.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ use AspectMock\Test as test;
1818

1919
#### *public static* double($classOrObject, array $params = Array ( ) )
2020
`test::double` registers class or object to track its calls.
21-
In second argument you may pass values that mocked mathods should return.
21+
In second argument you may pass values that mocked methods should return.
2222

2323
Returns either of [**ClassProxy**](https://github.com/Codeception/AspectMock/blob/master/docs/ClassProxy.md) (when a string was passed)
2424
or [**InstanceProxy**](https://github.com/Codeception/AspectMock/blob/master/docs/InstanceProxy.md) (when an object was passed).

0 commit comments

Comments
 (0)