Skip to content

[12.x] Fix hyphenation of cache-based for grammatical correctness and consistency #10556

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 2, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion passwords.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ The password reset `driver` configuration option defines where password reset da
<div class="content-list" markdown="1">

- `database` - password reset data is stored in a relational database.
- `cache` - password reset data is stored in one of your cache based stores.
- `cache` - password reset data is stored in one of your cache-based stores.

</div>

Expand Down
2 changes: 1 addition & 1 deletion session.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ The session `driver` configuration option defines where session data will be sto
- `file` - sessions are stored in `storage/framework/sessions`.
- `cookie` - sessions are stored in secure, encrypted cookies.
- `database` - sessions are stored in a relational database.
- `memcached` / `redis` - sessions are stored in one of these fast, cache based stores.
- `memcached` / `redis` - sessions are stored in one of these fast, cache-based stores.
- `dynamodb` - sessions are stored in AWS DynamoDB.
- `array` - sessions are stored in a PHP array and will not be persisted.

Expand Down