Skip to content

Conversation

localpath
Copy link
Contributor

Corrects Grammar in Cache Documentation

This pull request resolves a minor grammatical error in the cache documentation.

The original sentence in the callout read:

When testing call to the global cache function, you may use the Cache::shouldReceive method just as if you were testing a facade.

This has been updated to use the plural form, "calls", which is grammatically correct. The corrected sentence now reads:

When testing calls to the global cache function, you may use the Cache::shouldReceive method just as if you were testing a facade.

This change improves the clarity and overall quality of the documentation.

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.
@localpath localpath changed the title Fix grammar in cache testing callout [12.x] Fix grammar in cache testing callout Aug 20, 2025
@taylorotwell taylorotwell merged commit 050bfb4 into laravel:12.x Aug 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants