mirror of
https://github.com/jimeh/stub.sh.git
synced 2026-02-19 05:36:39 +00:00
Fix typo in readme
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user