Fix typo in readme

This commit is contained in:
2014-03-22 15:37:37 +00:00
parent 78f31d9bc9
commit 3b02e60207

View File

@@ -74,7 +74,7 @@ stub_called_exactly_times uname 2 # returns 0 (success)
restore uname
```
Asserting stub has been called with specific attributes:
Asserting stub has been called with specific arguments:
```bash
source "stub.sh"
@@ -91,7 +91,7 @@ stub_called_with uname -r # returns 0 (success)
restore uname
```
Asserting stub has been called X number of times with specific attributes:
Asserting stub has been called X number of times with specific arguments:
```bash
source "stub.sh"