-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Commit 050bfb4
Fix grammar in cache testing callout (#10752)
Adds correct grammar for cache documentation in the callout:
> When testing call to the global cache function, you may use the Cache::shouldReceive method just as if you were testing a facade.
`call` -> `calls` is the correct grammar.1 parent c8b9046 commit 050bfb4
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
396 | 396 |
| |
397 | 397 |
| |
398 | 398 |
| |
399 | - | ||
399 | + | ||
400 | 400 |
| |
401 | 401 |
| |
402 | 402 |
| |
|
0 commit comments