Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 050bfb4

Browse files
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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎cache.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ cache()->remember('users', $seconds, function () {
396396
```
397397

398398
> [!NOTE]
399-
> When testing call to the global `cache` function, you may use the `Cache::shouldReceive` method just as if you were [testing the facade](/docs/{{version}}/mocking#mocking-facades).
399+
> When testing calls to the global `cache` function, you may use the `Cache::shouldReceive` method just as if you were [testing the facade](/docs/{{version}}/mocking#mocking-facades).
400400
401401
<a name="atomic-locks"></a>
402402
## Atomic Locks

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /